From e62dfe591bd1482fb68035a38dfdc2e7b9de2c07 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Fri, 27 Aug 1999 22:27:18 +0000 Subject: Added gtk subdirectory, with patched gtkclist.c in it. We can use this optimized gtkclist until Guy's changes appear in the offical GTK+. svn path=/trunk/; revision=593 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 20a41babf4..ad88e410be 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ # # Run this to generate all the initial makefiles. # -# $Id: autogen.sh,v 1.4 1999/08/11 16:05:11 gram Exp $ +# $Id: autogen.sh,v 1.5 1999/08/27 22:27:07 gram Exp $ DIE=0 PROJECT="Ethereal" @@ -32,7 +32,7 @@ if test -z "$*"; then echo "please specify them on the $0 command line." fi -for dir in . wiretap ; do +for dir in . wiretap gtk ; do echo processing $dir (cd $dir; \ aclocalinclude="$ACLOCAL_FLAGS"; \ -- cgit v1.2.3