summaryrefslogtreecommitdiff
path: root/codecs/Makefile.am
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 /codecs/Makefile.am
parent4e2b6b13f6c71a81671fc4fb589f7919a81b931b (diff)
downloadwireshark-9972e5f24ad5931bdc8644e99e90db26fc0104a7.tar.gz
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 'codecs/Makefile.am')
-rw-r--r--codecs/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/codecs/Makefile.am b/codecs/Makefile.am
index 9d036e982e..96cdf18676 100644
--- a/codecs/Makefile.am
+++ b/codecs/Makefile.am
@@ -35,6 +35,7 @@ MAINTAINERCLEANFILES = \
Makefile.in
libcodec_a_SOURCES = \
+ codecs.c codecs.h \
G711a/G711adecode.c G711a/G711adecode.h G711a/G711atable.h \
G711u/G711udecode.c G711u/G711udecode.h G711u/G711utable.h \
G722/G722decode.c G722/G722decode.h \
@@ -49,6 +50,7 @@ EXTRA_DIST = \
checkapi:
$(PERL) ../tools/checkAPIs.pl -g abort -g termoutput -build \
+ codecs.c \
G711a/G711adecode.c \
G711u/G711udecode.c \
G722/G722decode.c \