aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-09-02 06:39:43 +0000
committerGuy Harris <guy@alum.mit.edu>2006-09-02 06:39:43 +0000
commit0ec3e5661f5c12731a69a15d4a1d1ef6ca19aa66 (patch)
tree833928513cb31527c5bd1c334f234af05cef8dd6 /Makefile.am
parente7135c63bb5a3b13b02a5513cae346d68f209bd5 (diff)
Move the codecs into a top-level "codecs" subdirectory; there's no
guarantee that all programs using the codecs will necessarily be using GTK+. svn path=/trunk/; revision=19117
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c79423be36..3f789a9332 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -285,6 +285,7 @@ wireshark_optional_objects = @GETOPT_O@ @STRERROR_O@ \
# linked into the wireshark executable.
wireshark_additional_libs = \
gtk/libui.a \
+ codecs/libcodec.a \
wiretap/libwiretap.la \
epan/libwireshark.la
@@ -716,7 +717,7 @@ else
install-exec-hook:
endif
-DIST_SUBDIRS = asn1 doc epan gtk help packaging plugins tools wiretap
+DIST_SUBDIRS = asn1 codecs doc epan gtk help packaging plugins tools wiretap
if HAVE_PLUGINS
SUBDIRS = tools wiretap doc epan plugins packaging help @wireshark_SUBDIRS@