Mercurial > pidgin
diff libgaim/Makefile.am @ 14228:c18bdf510325
[gaim-migrate @ 16910]
Fix autogen.sh to run glib-gettextize
Fix CFLAGS when gstreamer is not installed
Make things work with gtk < 2.6, in part by borrowing some code from gdk
Don't link gntgaim with gstreamer, xss or sm
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Sun, 20 Aug 2006 17:49:58 +0000 |
| parents | 28b1cebaa328 |
| children | 9c884b84afb9 |
line wrap: on
line diff
--- a/libgaim/Makefile.am Sun Aug 20 17:34:21 2006 +0000 +++ b/libgaim/Makefile.am Sun Aug 20 17:49:58 2006 +0000 @@ -250,7 +250,7 @@ $(gaim_coreheaders) \ $(dbus_headers) -libgaim_la_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) $(MS_LIBS) +libgaim_la_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) libgaim_la_LDFLAGS = -export-dynamic libgaim_la_LIBADD = \ @LIBOBJS@ \ @@ -267,7 +267,6 @@ -DLIBDIR=\"$(libdir)/gaim/\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DSYSCONFDIR=\"$(sysconfdir)\" \ - -I$(top_srcdir)/plugins \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS) \ $(DBUS_CFLAGS) \
