aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1999-01-13 04:14:29 +0000
committerGerald Combs <gerald@wireshark.org>1999-01-13 04:14:29 +0000
commit14ea89ec11e386aa91828cb5c12cdc4aab21f5c6 (patch)
tree01cbac8da248c98cb5e8b1d2869fbf809f0e99e1 /wiretap/Makefile.am
parentb918a92be2dd9ab8230b67bd3d4a3785b19d3428 (diff)
* Modified Makefile.am and configure.in so that wiretap isn't built unless
--with-wiretap is specified. svn path=/trunk/; revision=169
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 5a9cd55d1e..af49decf99 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -1,4 +1,8 @@
-noinst_LIBRARIES = libwiretap.a
+noinst_LIBRARIES = @LIBWIRETAP_A@
+
+EXTRA_LIBRARIES = libwiretap.a
+
+CLEANFILES = libwiretap.a
libwiretap_a_SOURCES = \
buffer.c \