aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-07-16 05:43:46 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-07-16 05:43:46 +0000
commit337e9a8a34caf18659a4390dff6257a430f68793 (patch)
treeda0cd2d344a6852e544f1211d6c930fc5f2a8a08 /epan/Makefile.am
parentd916e488a492820b5cff3911a4c41fd168990cd3 (diff)
update Makefiles to build diam_dict.[co]
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22319 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am3
1 files changed, 3 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