From 9972e5f24ad5931bdc8644e99e90db26fc0104a7 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sun, 1 Dec 2013 03:53:57 +0000 Subject: 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 --- epan/Makefile.common | 2 -- 1 file changed, 2 deletions(-) (limited to 'epan/Makefile.common') 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 \ -- cgit v1.2.3