From 6869cb46dad2e0cd447e3ffe232005bf48ae12f2 Mon Sep 17 00:00:00 2001 From: Siraj Razick Date: Fri, 17 Feb 2012 20:00:55 -0500 Subject: write-mgr-file: Use $(EXEEXT) when compiling for windows If we don't append this to the bianry the build system will try to recompile write-mgr-file again with the wrong parameters and the build fails --- data/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 6bc592c3..e0002ab6 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -16,7 +16,7 @@ org.freedesktop.Telepathy.ConnectionManager.salut.service: salut.service.in \ CLEANFILES = $(service_DATA) $(manager_DATA) $(manager_DATA): always-build - $(MAKE) -C ../src write-mgr-file - $(AM_V_GEN)../src/write-mgr-file > $@ + $(MAKE) -C ../src write-mgr-file$(EXEEXT) + $(AM_V_GEN)../src/write-mgr-file$(EXEEXT) > $@ .PHONY: always-build -- cgit v1.2.1