summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 66fa514dd..cf48bc115 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -15,10 +15,6 @@ org.freedesktop.Telepathy.ConnectionManager.gabble.service: gabble.service.in \
CLEANFILES = $(service_DATA) $(manager_DATA)
-if WINDOWS
- ext = ".exe"
-endif
-
$(manager_DATA): ../src/write-mgr-file.c ../src/protocol.c ../src/protocol.h
- @$(MAKE) -C ../src write-mgr-file$(ext)
- $(AM_V_GEN)../src/write-mgr-file$(ext) > $@
+ @$(MAKE) -C ../src write-mgr-file$(EXEEXT)
+ $(AM_V_GEN)../src/write-mgr-file$(EXEEXT) > $@