summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-09-25 13:39:32 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-09-25 13:39:32 +0000
commit4c942d445bde602e1892b82e68f7a8bfc1c2d65b (patch)
tree0745983e4f9eef7e78fe3cf60e5307a47b167c66 /Makefile.am
parentc62a50590b1cac6f67578d974dc58f8e81aafadd (diff)
include a single, automatically generated version number in flex scanners
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7bbeccd..9ac24ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -127,7 +127,7 @@ INCLUDES = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl
LIBS = @LIBINTL@ @LIBS@
skel.c: flex.skl mkskel.sh
- $(m4) -P $(srcdir)/flex.skl | $(SHELL) $(srcdir)/mkskel.sh >skel.c
+ $(m4) -P -DVERSION=$(VERSION) $(srcdir)/flex.skl | $(SHELL) $(srcdir)/mkskel.sh >skel.c
$(man_MANS): $(srcdir)/main.c
for i in $(man_MANS) ; do \