From 1f4b9dfea599ef438fe30a981f48fd2f3480da44 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Sun, 6 Nov 2005 16:04:40 +0000 Subject: [PATCH] Removed subdir makefiles, using includes now, removed libtool --- configure.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index c724201..a8ea55f 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,6 @@ AM_PROG_CC_STDC AC_HEADER_STDC AC_PROG_INTLTOOL -AM_PROG_LIBTOOL PKG_CHECK_MODULES(PACKAGE, [ gtk+-2.0 >= 2.6.0 @@ -132,7 +131,7 @@ if test "_$rubyen" == "_no"; then AM_CONDITIONAL(HAVE_SCRIPT, false) else rubymsg="enjoy scripting :)" - AC_DEFINE([HAVE_RUBY], [], [Ruby scripting is enabled]) + AC_DEFINE([HAVE_RUBY], 1, [Ruby scripting is enabled]) AM_CONDITIONAL(HAVE_SCRIPT, true) fi @@ -154,8 +153,7 @@ pixmaps/userlist/Makefile pixmaps/ice-userlist/Makefile pixmaps/tray/Makefile src/Makefile -src/dialogs/Makefile -src/widgets/Makefile +src/test/Makefile po/Makefile.in scripts/Makefile ui/Makefile