aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2007-05-18 13:14:03 +0000
committerSebastien Tandel <sebastien@tandel.be>2007-05-18 13:14:03 +0000
commit6f59f026f28e18603e5ca65781b949d773a840c3 (patch)
tree300c4c9a9f69bee04c3fd51a06fcdd45a4b5d3b9 /epan/Makefile.common
parent16c10108948a362fab61513c2d54ad182b7aa119 (diff)
include dtd_parse.h in the distribution
svn path=/trunk/; revision=21826
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 9c3201037b..063b9a5da1 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -103,7 +103,6 @@ LIBWIRESHARK_ALL_SRC = \
$(LIBWIRESHARK_SRC) \
$(LIBWIRESHARK_GENERATED_SRC)
-
LIBWIRESHARK_INCLUDES = \
addr_and_mask.h \
addr_resolv.h \
@@ -131,6 +130,7 @@ LIBWIRESHARK_INCLUDES = \
crcdrm.h \
dtd.h \
dtd_grammar.h \
+ dtd_parse.h \
emem.h \
epan.h \
epan_dissect.h \