From 29af57908614bea5170eaee554ceb2404d994699 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Sun, 9 Oct 2005 15:28:31 +0000 Subject: [PATCH] Added libtool. Added dialogs subdir. --- configure.in | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index a91a7cb..4595a27 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,10 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(configure.in) AM_INIT_AUTOMAKE(gnoemoe, 0.9.1) +AC_CONFIG_SRCDIR(src/gm-app.c) + AC_DEFINE_UNQUOTED(IVERSION, "0.9.1", "this is used for internal representation of the version") + AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE @@ -13,9 +16,20 @@ AM_PROG_CC_STDC AC_HEADER_STDC AC_PROG_INTLTOOL +AM_PROG_LIBTOOL -pkg_modules="gtk+-2.0 >= 2.0.0 gdk-pixbuf-2.0 libgnome-2.0 libglade-2.0 gtksourceview-1.0 gnome-vfs-2.0 libgnomeui-2.0 vte libxml-2.0 cairo" -PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) +PKG_CHECK_MODULES(PACKAGE, [ + gtk+-2.0 >= 2.6.0 + gdk-pixbuf-2.0 + libgnome-2.0 + libglade-2.0 + gtksourceview-1.0 + gnome-vfs-2.0 + libgnomeui-2.0 + vte + libxml-2.0 + cairo +]) AC_SUBST(PACKAGE_CFLAGS) AC_SUBST(PACKAGE_LIBS) @@ -140,6 +154,7 @@ pixmaps/userlist/Makefile pixmaps/ice-userlist/Makefile pixmaps/tray/Makefile src/Makefile +src/dialogs/Makefile po/Makefile.in scripts/Makefile ui/Makefile