Added keywords.gperf as extradist

This commit is contained in:
Jesse van den Kieboom 2006-01-10 00:40:48 +00:00
parent add7a1679a
commit 12e59092ac
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ noinst_LTLIBRARIES = libparser.la
libparser_la_SOURCES = \
parser.y parser.h parsen.h \
pconfig.h \
ast.c ast.h \
functions.c functions.h \
gm-parser.c gm-parser.h \
@ -25,6 +26,8 @@ libparser_la_SOURCES = \
structures.h \
tokens.h
EXTRA_DIST = keywords.gperf
keywords.c: keywords.gperf
gperf -CtT --ignore-case -k1,3,$$ keywords.gperf > keywords.c