diff options
author | Gerald Combs <gerald@wireshark.org> | 1998-11-18 04:02:17 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 1998-11-18 04:02:17 +0000 |
commit | dae8277e2013df722ec9124c3e5bcd2c80147df9 (patch) | |
tree | 08e0e5b31ec962bce54c2aa7114819ecf27de89f /Makefile.in | |
parent | 369407d7b0e845cb8aa650664d03ca7bdb18db7c (diff) | |
download | wireshark-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.in | 3 |
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 |