changeset 1523:8b2d855067cc

[gaim-migrate @ 1533] there committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 02 Mar 2001 01:29:20 +0000
parents 31c0850f9340
children a5c87ada5143
files src/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)