comparison src/Makefile.am @ 2178:a22f18ae43c1

[gaim-migrate @ 2188] protocols don't link against gtk committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 27 Aug 2001 21:56:29 +0000
parents d933b30d67b0
children 5486d558ecee
comparison
equal deleted inserted replaced
2177:72586b12179c 2178:a22f18ae43c1
60 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) 60 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
61 gaim_LDFLAGS = -export-dynamic 61 gaim_LDFLAGS = -export-dynamic
62 gaim_LDADD = @LDADD@ @LIBOBJS@ 62 gaim_LDADD = @LDADD@ @LIBOBJS@
63 endif 63 endif
64 64
65 # UI stuff. We do this here so the PRPLs aren't forced to link with it
66 LIBS += $(UI_LIBS)
67
68 # Sound libs. Just for fun
69 LIBS += $(SOUND_LIBS)
70
65 # Static protocols 71 # Static protocols
66 LIBS += $(STATIC_LINK_LIBS) 72 LIBS += $(STATIC_LINK_LIBS)
67 73
68 # Perl stuff. plugins shouldn't need this either (right?) 74 # Perl stuff. plugins shouldn't need this either (right?)
69 CFLAGS += $(PERL_CFLAGS) 75 CFLAGS += $(PERL_CFLAGS)