*** empty log message ***

This commit is contained in:
Marc Lehmann 1999-05-03 19:33:47 +00:00
parent a5d2c6d2bd
commit 66b603f426
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Mon May 3 21:30:46 CEST 1999 Marc Lehmann <pcg@goof.com>
* configure.in: changed order of cflags and library path in
GIMP_CLFAGS and GIMP_LIBS.
Mon May 3 12:04:47 PDT 1999 Manish Singh <yosh@gimp.org>
* tools/pdbgen/plug_in.pdb

View file

@ -548,9 +548,9 @@ if test "x$enable_perl" != xno; then
fi
dnl these are gross hacks
GIMP_CFLAGS="$CFLAGS $GLIB_CFLAGS -I$srcdir -I\$topdir/../.. $GTK_CFLAGS"
GIMP_CFLAGS="-I$srcdir -I\$topdir/../.. $GLIB_CFLAGS $GTK_CFLAGS $CFLAGS"
GIMP_CFLAGS_NOUI="$GIMP_CFLAGS"
GIMP_LIBS="$LIBS $GLIB_LIBS -L\$topdir/../../libgimp/.libs -L\$topdir/../../libgimp -lgimp"
GIMP_LIBS="-L\$topdir/../../libgimp/.libs -L\$topdir/../../libgimp -lgimp $GLIB_LIBS $LIBS"
GIMP_LIBS_NOUI="$GIMP_LIBS"
GIMPTOOL="../../gimptool"
IN_GIMP=1