aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 03:50:50 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 03:50:50 +0000
commit4dcc156cf360c2e355349e539c28c867eef0f7d0 (patch)
tree195b81af7607fbee7fdb635c943214f1997ee936 /epan/Makefile.common
parent416c76a728a8a67b0473ed72b7ddc163739606aa (diff)
Move the print modules into epan.
svn path=/trunk/; revision=50526
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common9
1 files changed, 6 insertions, 3 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 49eca048dd..3bbad1e3d2 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -73,6 +73,7 @@ LIBWIRESHARK_SRC = \
packet.c \
plugins.c \
prefs.c \
+ print.c \
proto.c \
range.c \
reassemble.c \
@@ -103,11 +104,12 @@ LIBWIRESHARK_SRC = \
xdlc.c
#
-# We distribute Lemon with Wireshark, so we don't distribute the files
-# it produces.
+# We distribute Lemon and rdps.py with Wireshark, so we don't distribute the
+# files they produce.
#
NODIST_LIBWIRESHARK_GENERATED_C_FILES = \
- dtd_grammar.c
+ dtd_grammar.c \
+ ps.c
NODIST_LIBWIRESHARK_GENERATED_HEADER_FILES = \
dtd_grammar.h
@@ -219,6 +221,7 @@ LIBWIRESHARK_INCLUDES = \
pint.h \
plugins.h \
ppptypes.h \
+ print.h \
prefs.h \
prefs-int.h \
proto.h \