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
This commit is contained in:
Ronnie Sahlberg 2006-08-31 12:13:12 +00:00
parent d1040bd39a
commit 607f73cd71
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@
#
# $Id$
include ..\..\config.nmake
#include ..\..\config.nmake
############### no need to modify below this line #########