comparison 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
comparison
equal deleted inserted replaced
1314:5ad8344b6e50 1315:7f7e3bfb1af7
64 gaim_LDADD = @LDADD@ @LIBOBJS@ 64 gaim_LDADD = @LDADD@ @LIBOBJS@
65 endif 65 endif
66 66
67 # libfaim stuff. should be here instead of configure.in, since plugins/prpls shouldn't 67 # libfaim stuff. should be here instead of configure.in, since plugins/prpls shouldn't
68 # rely on libfaim (the only file that should depend on it is oscar.c) 68 # rely on libfaim (the only file that should depend on it is oscar.c)
69 CFLAGS += -I\$(top_srcdir)/libfaim -I\$(top_srcdir)/libfaim/faim 69 CFLAGS += -I\$(top_srcdir)/libfaim
70 LIBS += -L../libfaim -lfaim 70 LIBS += -L../libfaim -lfaim
71 71
72 # Perl stuff. plugins shouldn't need this either (right?) 72 # Perl stuff. plugins shouldn't need this either (right?)
73 CFLAGS += $(PERL_CFLAGS) 73 CFLAGS += $(PERL_CFLAGS)
74 LIBS += $(PERL_LIBS) 74 LIBS += $(PERL_LIBS)