# HG changeset patch # User Eric Warmenhoven # Date 983496560 0 # Node ID 8b2d855067cc488e83813adc50ca9b08e59a45de # Parent 31c0850f9340c9b65e7221bc17457c698944b483 [gaim-migrate @ 1533] there committer: Tailor Script diff -r 31c0850f9340 -r 8b2d855067cc src/Makefile.am --- a/src/Makefile.am Thu Mar 01 10:05:18 2001 +0000 +++ b/src/Makefile.am Fri Mar 02 01:29:20 2001 +0000 @@ -65,7 +65,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 -LIBS += -L../libfaim -lfaim +LIBS += ../libfaim/libfaim.a # Perl stuff. plugins shouldn't need this either (right?) CFLAGS += $(PERL_CFLAGS)