update Makefiles to build diam_dict.[co]

svn path=/trunk/; revision=22319
This commit is contained in:
Luis Ontanon 2007-07-16 05:43:46 +00:00
parent b0bd83c868
commit 4bf105dd0f
2 changed files with 5 additions and 0 deletions

View File

@ -129,6 +129,9 @@ radius_dict.c: radius_dict.l
uat_load.c: uat_load.l
$(LEX) -ouat_load.c $(srcdir)/uat_load.l
diam_dict.c: diam_dict.l
$(LEX) -odiam_dict.c $(srcdir)/diam_dict.l
dtd_parse.c : dtd_parse.l
$(LEX) -odtd_parse.c $(srcdir)/dtd_parse.l

View File

@ -108,6 +108,7 @@ LIBWIRESHARK_DISTCLEAN_GENERATED_SRC = \
# but Flex isn't).
#
LIBWIRESHARK_NODISTCLEAN_GENERATED_SRC = \
diam_dict.c \
dtd_parse.c \
dtd_preparse.c \
radius_dict.c \
@ -146,6 +147,7 @@ LIBWIRESHARK_INCLUDES = \
crc16.h \
crc32.h \
crcdrm.h \
diam_dict.h \
dtd.h \
dtd_grammar.h \
dtd_parse.h \