From 58459d3fba39398b53294beccc307d539bd0db33 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Tue, 20 May 2008 21:51:01 +0000 Subject: Create a new "Wireshark utility" library and move the mpeg-audio stuff from wiretap to this new libwsutil. This solves http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677 by making libwireshark no longer depend on libwiretap. svn path=/trunk/; revision=25330 --- wiretap/Makefile.nmake | 1 + 1 file changed, 1 insertion(+) (limited to 'wiretap/Makefile.nmake') diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake index 7b60aef4e0..425de19459 100644 --- a/wiretap/Makefile.nmake +++ b/wiretap/Makefile.nmake @@ -21,6 +21,7 @@ OBJECTS=$(NONGENERATED_C_FILES:.c=.obj) $(GENERATED_C_FILES:.c=.obj) file_util.o wiretap_LIBS = \ $(GLIB_LIBS) \ + ..\wsutil\wsutil.lib \ $(ZLIB_LIBS) all: checkapi wiretap-$(WTAP_VERSION).dll -- cgit v1.2.3