aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-12-18 22:56:06 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-12-18 22:56:06 +0000
commit0461a705c0a6e4fb35b8dac32abd81ac98c32879 (patch)
tree042fb3f2215546e3cfc7b5900abf8d80b6b486a2 /Makefile.am
parente8d6a3a6271928adcafdeec7e9553242ef17cefd (diff)
text2pcap needs only the wsutil lib, not the wiretap lib (as far as I can see).
svn path=/trunk/; revision=46600
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 6438fe5ca4..94a4d302ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -423,7 +423,6 @@ rawshark_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir)
# Libraries with which to link text2pcap.
text2pcap_LDADD = \
- wiretap/libwiretap.la \
wsutil/libwsutil.la \
@GLIB_LIBS@ -lm
# Don't turn on -Werror for text2pcap: its source includes text2pcap-scanner.c