aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-07-16 05:43:46 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-07-16 05:43:46 +0000
commit4bf105dd0f07f0b16c96bee8a00ca28d2f9afb38 (patch)
treeda0cd2d344a6852e544f1211d6c930fc5f2a8a08
parentb0bd83c868af357fffc971157f4bae2b7060073d (diff)
update Makefiles to build diam_dict.[co]
svn path=/trunk/; revision=22319
-rw-r--r--epan/Makefile.am3
-rw-r--r--epan/Makefile.common2
2 files changed, 5 insertions, 0 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 78b6436829..4658dd4d33 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -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
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 1cd132dd4a..3f9e80fd7c 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -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 \