diff src/Makefile.am @ 1350:2185d9011ec0

[gaim-migrate @ 1360] bah committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 22 Dec 2000 01:53:10 +0000
parents 7f7e3bfb1af7
children 00b3d02a2168
line wrap: on
line diff
--- a/src/Makefile.am	Fri Dec 22 01:37:05 2000 +0000
+++ b/src/Makefile.am	Fri Dec 22 01:53:10 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
+CFLAGS += -I$(top_srcdir)/libfaim
 LIBS += -L../libfaim -lfaim
 
 # Perl stuff. plugins shouldn't need this either (right?)