changeset 335:71be288e7578

[gaim-migrate @ 345] Thanks to Brian Ryner for this fix. I've really gotta learn to be more careful about these kinds of things.... committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 05 Jun 2000 17:00:57 +0000
parents 0fa651368776
children 5a88018cc555
files configure.in src/oscar.c src/server.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Jun 04 00:42:45 2000 +0000
+++ b/configure.in	Mon Jun 05 17:00:57 2000 +0000
@@ -48,7 +48,7 @@
 fi
 
 if test "$enable_oscar" = yes ; then
-	GAIM_CFLAGS="$GAIM_CFLAGS -DUSE_OSCAR -I../libfaim/faim"
+	GAIM_CFLAGS="$GAIM_CFLAGS -DUSE_OSCAR -I../libfaim"
         GAIM_LDADD="$GAIM_LDADD -L../libfaim -lfaim"
         LIBFAIM_DO="libfaim.a"
 fi
--- a/src/oscar.c	Sun Jun 04 00:42:45 2000 +0000
+++ b/src/oscar.c	Mon Jun 05 17:00:57 2000 +0000
@@ -35,7 +35,7 @@
 #include <sys/socket.h>
 #include <sys/stat.h>
 #include "gaim.h"
-#include <aim.h>
+#include <faim/aim.h>
 #include "gnome_applet_mgr.h"
 
 static int inpa = -1;
--- a/src/server.c	Sun Jun 04 00:42:45 2000 +0000
+++ b/src/server.c	Mon Jun 05 17:00:57 2000 +0000
@@ -28,7 +28,7 @@
 #include <unistd.h>
 #include <gtk/gtk.h>
 #ifdef USE_OSCAR
-#include <aim.h>
+#include <faim/aim.h>
 extern int gaim_caps;
 #endif
 #include "gaim.h"