aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-31 12:13:12 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-31 12:13:12 +0000
commit607f73cd71416b06961871e7e9647863b1b16d9b (patch)
tree2bca17b23be26fb94623f6560966aefba7acd6cc /Makefile.am
parentd1040bd39aca3f59724a038246b4c22765ee511c (diff)
dont include config.nmake in the codecs makefile it appears it is not needed
dont link with libcodec.a 1, this should be a shared library not a static one? 2, its not built on unix so it is missing making unix/linux build work again svn path=/trunk/; revision=19101
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 207112239a..6e15a52fc5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -285,7 +285,6 @@ wireshark_optional_objects = @GETOPT_O@ @STRERROR_O@ \
# linked into the wireshark executable.
wireshark_additional_libs = \
gtk/libui.a \
- gtk/codecs/libcodec.a \
wiretap/libwiretap.la \
epan/libwireshark.la