# HG changeset patch # User Eric Warmenhoven # Date 977449990 0 # Node ID 2185d9011ec051c3e6fd5e6fbd3922254b90d1ec # Parent 9e647319dd63a196548804084bbccb0ab7fa5b5c [gaim-migrate @ 1360] bah committer: Tailor Script diff -r 9e647319dd63 -r 2185d9011ec0 src/Makefile.am --- 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?)