aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1998-11-18 04:02:17 +0000
committerGerald Combs <gerald@wireshark.org>1998-11-18 04:02:17 +0000
commitdae8277e2013df722ec9124c3e5bcd2c80147df9 (patch)
tree08e0e5b31ec962bce54c2aa7114819ecf27de89f /Makefile.in
parent369407d7b0e845cb8aa650664d03ca7bdb18db7c (diff)
downloadwireshark-dae8277e2013df722ec9124c3e5bcd2c80147df9.tar.gz
wireshark-dae8277e2013df722ec9124c3e5bcd2c80147df9.tar.bz2
wireshark-dae8277e2013df722ec9124c3e5bcd2c80147df9.zip
* Don't build wiretap if it isn't configured.
* Bump the version to 0.5.0 svn path=/trunk/; revision=106
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 75059e089f..8abb2aaec0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -71,6 +71,7 @@ RANLIB = @RANLIB@
SNPRINTF_C = @SNPRINTF_C@
SNPRINTF_O = @SNPRINTF_O@
VERSION = @VERSION@
+WIRETAP_DIR = @WIRETAP_DIR@
bin_PROGRAMS = ethereal
@@ -166,7 +167,7 @@ EXTRA_DIST = \
print.ps \
rdps.c
-SUBDIRS=wiretap
+SUBDIRS=@WIRETAP_DIR@
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h