summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-23 12:29:42 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-09 11:53:22 +0000
commit9a52bb20676a5290b3778cecb9d5bbc74a928db7 (patch)
treeb6c6276b95df04cedb4f6a91c944b9d5b620f665 /data
parent0a7c66f48e2a4f5f1b80237def4063fa952ccc71 (diff)
Use the standard EXEEXT variable rather than reinventing it
Diffstat (limited to 'data')
-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) > $@