From df7d3d7b5dda587be8461e0c3d15775636a733db Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 23 Feb 2012 12:29:42 +0000 Subject: [PATCH] Use the standard EXEEXT variable rather than reinventing it --- data/Makefile.am | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/data/Makefile.am b/data/Makefile.am index 66fa514..cf48bc1 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) > $@ -- 1.7.9.1