diff src/Makefile.am @ 1315:7f7e3bfb1af7

[gaim-migrate @ 1325] small changes. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 19 Dec 2000 14:31:15 +0000
parents 338b8ac6bdab
children 2185d9011ec0
line wrap: on
line diff
--- a/src/Makefile.am	Tue Dec 19 14:08:06 2000 +0000
+++ b/src/Makefile.am	Tue Dec 19 14:31:15 2000 +0000
@@ -66,7 +66,7 @@
 
 # libfaim stuff. should be here instead of configure.in, since plugins/prpls shouldn't
 # rely on libfaim (the only file that should depend on it is oscar.c)
-CFLAGS += -I\$(top_srcdir)/libfaim -I\$(top_srcdir)/libfaim/faim
+CFLAGS += -I\$(top_srcdir)/libfaim
 LIBS += -L../libfaim -lfaim
 
 # Perl stuff. plugins shouldn't need this either (right?)