From 4bf105dd0f07f0b16c96bee8a00ca28d2f9afb38 Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Mon, 16 Jul 2007 05:43:46 +0000 Subject: [PATCH] update Makefiles to build diam_dict.[co] svn path=/trunk/; revision=22319 --- epan/Makefile.am | 3 +++ epan/Makefile.common | 2 ++ 2 files changed, 5 insertions(+) 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 \