changeset 450:e1c09b8c8bb1

[gaim-migrate @ 460] Piece of crap committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 30 Jun 2000 05:00:12 +0000
parents 9be0b001645b
children 7b49c67e561c
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Fri Jun 30 04:10:43 2000 +0000
+++ b/configure.in	Fri Jun 30 05:00:12 2000 +0000
@@ -50,7 +50,7 @@
 AM_PATH_GLIB(1.2.0)
 AM_PATH_GTK(1.2.0,,,gthread)
 LIBS="$LIBS $GTK_LIBS"
-CFLAGS="$CFLAGS -I../libfaim/faim"
+CFLAGS="$CFLAGS -I../libfaim -I../libfaim/faim"
 LDADD="$LDADD -L../libfaim -lfaim -pthread"
 
 if test "$enable_gnome" = yes ; then