aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-09-16 12:30:33 +0000
committerTim Potter <tpot@samba.org>2005-09-16 12:30:33 +0000
commit092c0c20ed25b21f5b07d00e3fafed6c5ae6ad58 (patch)
treec9c245149b199381d38b7d81732d43c47326ad84 /epan
parent301279b84040f8821e668c8047fb1dce5b42c79c (diff)
Aargh - undo r15838 as I missed jmayer's commit of r15835.
svn path=/trunk/; revision=15839
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 47d1c8309b..7fc3e122b9 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -59,6 +59,7 @@ PIDL_DISSECTOR_INCLUDES = \
# the dissector sources (without any helpers)
DISSECTOR_SRC = \
+ $(PIDL_DISSECTOR_SRC) \
packet-3com-xns.c \
packet-3g-a11.c \
packet-9p.c \
@@ -636,6 +637,7 @@ DISSECTOR_SRC = \
# corresponding headers
DISSECTOR_INCLUDES = \
+ $(PIDL_DISSECTOR_INCLUDES) \
packet-acse.h \
packet-actrace.h \
packet-afp.h \