aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2008-05-20 21:51:01 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2008-05-20 21:51:01 +0000
commit58459d3fba39398b53294beccc307d539bd0db33 (patch)
tree7d78ccd8aad555faaf4ef91c0acc48b9a04ff2de /wiretap/Makefile.common
parent5364227de00058969236206467448325f4c823b6 (diff)
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
Diffstat (limited to 'wiretap/Makefile.common')
-rw-r--r--wiretap/Makefile.common2
1 files changed, 0 insertions, 2 deletions
diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common
index 5b86801f37..a9d96e9ef7 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -54,7 +54,6 @@ NONGENERATED_C_FILES = \
lanalyzer.c \
libpcap.c \
mpeg.c \
- mpeg-audio.c \
netmon.c \
netscreen.c \
nettl.c \
@@ -99,7 +98,6 @@ NONGENERATED_HEADER_FILES = \
lanalyzer.h \
libpcap.h \
mpeg.h \
- mpeg-audio.h \
netmon.h \
netscreen.h \
nettl.h \