aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-12-30 22:07:38 +0000
committerMichael Mann <mmann78@netscape.net>2013-12-30 22:07:38 +0000
commit58346b632786cebda787c8519b2d3e70207ab6b5 (patch)
tree40afe325045aa3de70f202f91d7c2d08b8214d69 /epan/Makefile.common
parent94387fdcbd451cf0762ed898a5e63fbf85f3904c (diff)
Move tcap and camel "persistent data" functionality to the dissectors themselves instead of being part of epan directory.
svn path=/trunk/; revision=54499
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 69b7f6d811..5505e1ac9b 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -32,7 +32,6 @@ LIBWIRESHARK_SRC = \
app_mem_usage.c \
asn1.c \
atalk-utils.c \
- camel-persistentdata.c \
charsets.c \
circuit.c \
column.c \
@@ -89,7 +88,6 @@ LIBWIRESHARK_SRC = \
stream.c \
t35.c \
tap.c \
- tcap-persistentdata.c \
timestamp.c \
timestats.c \
tfs.c \
@@ -158,7 +156,6 @@ LIBWIRESHARK_INCLUDES = \
atalk-utils.h \
ax25_pids.h \
bridged_pids.h \
- camel-persistentdata.h \
charsets.h \
chdlctypes.h \
circuit.h \
@@ -246,7 +243,6 @@ LIBWIRESHARK_INCLUDES = \
t35.h \
tap.h \
tap-voip.h \
- tcap-persistentdata.h \
timestamp.h \
timestats.h \
tfs.h \