aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2006-11-03 10:12:36 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2006-11-03 10:12:36 +0000
commitc256574f2ced5b3fabf46e7d46d35ecb6c2b28e6 (patch)
tree65ae597ea10d6903732f8c4aee29c8a9a7b360a6 /tools
parenta076a8731d21819dc2559d10edeabbaaab142dbc (diff)
Fixes ./autogen.sh on Mac OS X...
svn path=/trunk/; revision=19782
Diffstat (limited to 'tools')
-rw-r--r--tools/lemon/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lemon/Makefile.am b/tools/lemon/Makefile.am
index d97511d066..3b0ebb7f7c 100644
--- a/tools/lemon/Makefile.am
+++ b/tools/lemon/Makefile.am
@@ -26,7 +26,7 @@
# is an archive library, any executable linking against libwireshark will
# also need to link against libftypes.
-noinst_PROGRAMS = lemon
+noinst_PROGRAMS = lemon$(EXEEXT)
CLEANFILES = \
*~
@@ -34,7 +34,7 @@ CLEANFILES = \
MAINTAINERCLEANFILES = \
Makefile.in
-lemon: lemon.c
+lemon$(EXEEXT): lemon.c
$(CC_FOR_BUILD) -D_U_="" $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $<
EXTRA_DIST = \