Added libtool. Added dialogs subdir.

This commit is contained in:
Jesse van den Kieboom 2005-10-09 15:28:31 +00:00
parent 4e8cddc413
commit 29af579086
1 changed files with 17 additions and 2 deletions

View File

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