Mercurial > pidgin.yaz
changeset 15153:be2feab10c71
[gaim-migrate @ 17938]
gaim, gaim-text and libgnt fails to compile if you configure with --with-static-prpl=something.
This makes them compile in such cases.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sun, 10 Dec 2006 08:18:49 +0000 |
parents | d1014e749b4e |
children | 38cdfbb371b1 |
files | console/Makefile.am console/libgnt/Makefile.am gtk/Makefile.am |
diffstat | 3 files changed, 3 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/console/Makefile.am Sun Dec 10 05:55:02 2006 +0000 +++ b/console/Makefile.am Sun Dec 10 08:18:49 2006 +0000 @@ -36,12 +36,11 @@ gaim_textinclude_HEADERS = \ $(gaim_text_headers) -gaim_text_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) +gaim_text_DEPENDENCIES = @LIBOBJS@ gaim_text_LDFLAGS = -export-dynamic gaim_text_LDADD = \ @LIBOBJS@ \ $(DBUS_LIBS) \ - $(STATIC_LINK_LIBS) \ $(INTLLIBS) \ $(GLIB_LIBS) \ $(LIBXML_LIBS) \
--- a/console/libgnt/Makefile.am Sun Dec 10 05:55:02 2006 +0000 +++ b/console/libgnt/Makefile.am Sun Dec 10 08:18:49 2006 +0000 @@ -56,11 +56,10 @@ libgnt_lainclude_HEADERS = \ $(libgnt_la_headers) -libgnt_la_DEPENDENCIES = $(STATIC_LINK_LIBS) +libgnt_la_DEPENDENCIES = libgnt_la_LDFLAGS = -export-dynamic libgnt_la_LIBADD = \ $(GLIB_LIBS) \ - $(STATIC_LINK_LIBS) \ $(GNT_LIBS) AM_CPPFLAGS = \
--- a/gtk/Makefile.am Sun Dec 10 05:55:02 2006 +0000 +++ b/gtk/Makefile.am Sun Dec 10 08:18:49 2006 +0000 @@ -159,13 +159,12 @@ $(gaim_headers) -gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) +gaim_DEPENDENCIES = @LIBOBJS@ gaim_LDFLAGS = -export-dynamic gaim_LDADD = \ @LIBOBJS@ \ $(DBUS_LIBS) \ $(GSTREAMER_LIBS) \ - $(STATIC_LINK_LIBS) \ $(XSS_LIBS) \ $(SM_LIBS) \ $(INTLLIBS) \