diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 1e890ee950..4873ee4943 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.39 1999/08/24 17:18:34 gram Exp $ +# $Id: configure.in,v 1.40 1999/08/27 22:27:07 gram Exp $ dnl Process this file with autoconf to produce a configure script. AC_INIT(etypes.h) @@ -151,6 +151,6 @@ dnl blank for now, but will be used in future AC_SUBST(SUBDIRS) AM_CONFIG_HEADER(config.h) -AC_CONFIG_SUBDIRS(wiretap) +AC_CONFIG_SUBDIRS(wiretap gtk) AC_OUTPUT(Makefile ethereal.spec doc/Makefile doc/dfilter2pod, [chmod +x doc/dfilter2pod]) |