lots more gmdb2 stuff, converted table export to glade, added schema export, toolbars, properties window to glade, et al.

This commit is contained in:
brianb
2002-12-30 16:38:47 +00:00
parent feddbece22
commit 3c0d61076d
18 changed files with 1969 additions and 919 deletions

View File

@@ -81,11 +81,11 @@ if test "$no_glib" == yes; then
exit 1
fi
AM_PATH_GTK_2_0(2.0.0)
AM_CONDITIONAL(HAVE_GTK, test x$no_gtk = xtrue)
AC_SUBST(HAVE_GTK)
PKG_CHECK_MODULES(GNOME,libglade-2.0 libgnomeui-2.0)
if test "$no_gtk" != yes; then
if test "$GNOME_CFLAGS" != ""; then
AC_SUBST(GNOME_CFLAGS)
AC_SUBST(GNOME_LIBS)
OPTDIRS="$OPTDIRS gmdb2"
fi