aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-12-01 03:53:57 +0000
committerMichael Mann <mmann78@netscape.net>2013-12-01 03:53:57 +0000
commit9972e5f24ad5931bdc8644e99e90db26fc0104a7 (patch)
treec818f59dc1a8d79008a66887d4450c44a1b4071b /epan/Makefile.common
parent4e2b6b13f6c71a81671fc4fb589f7919a81b931b (diff)
Move codecs.[ch] out of epan and into codecs directory.
This may break easy_codec plugins, but it appears a better/more consistent way is needed to register codecs. See Guy's comments in bug 7893 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7893) svn path=/trunk/; revision=53686
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 42989c4f8f..b3462760ee 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -35,7 +35,6 @@ LIBWIRESHARK_SRC = \
camel-persistentdata.c \
charsets.c \
circuit.c \
- codecs.c \
column.c \
column-utils.c \
conversation.c \
@@ -162,7 +161,6 @@ LIBWIRESHARK_INCLUDES = \
charsets.h \
chdlctypes.h \
circuit.h \
- codecs.h \
column.h \
column-info.h \
column-utils.h \