Mercurial > pidgin
diff src/Makefile.am @ 1311:338b8ac6bdab
[gaim-migrate @ 1321]
lots of changes to the build process. plugins and libfaim don't compile with things they probably won't need. jabber got added, for real, instead of just in cvs. hopefully now i can get it working
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 19 Dec 2000 12:21:45 +0000 |
| parents | cfa8aa50df83 |
| children | 7f7e3bfb1af7 |
line wrap: on
line diff
--- a/src/Makefile.am Tue Dec 19 10:23:23 2000 +0000 +++ b/src/Makefile.am Tue Dec 19 12:21:45 2000 +0000 @@ -64,6 +64,19 @@ gaim_LDADD = @LDADD@ @LIBOBJS@ endif +# 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 -I\$(top_srcdir)/libfaim/faim +LIBS += -L../libfaim -lfaim + +# Perl stuff. plugins shouldn't need this either (right?) +CFLAGS += $(PERL_CFLAGS) +LIBS += $(PERL_LIBS) + +# X screensaver extension +LIBS += $(XSS_LIBS) + +# any other stuff CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" -DLIBDIR=\"$(libdir)/gaim/\" $(DEBUG_CFLAGS) LIBS += $(DEBUG_LIBS)
