Removed subdir makefiles, using includes now, removed libtool

This commit is contained in:
Jesse van den Kieboom 2005-11-06 16:04:40 +00:00
parent 24d40f8ba7
commit 1f4b9dfea5

View file

@ -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