# HG changeset patch
# User Sadrul Habib Chowdhury <imadil@gmail.com>
# Date 1165738729 0
# Node ID be2feab10c71492d9c74a86dbe6b4eb62e1e1767
# Parent  d1014e749b4e21c339c21dd2ccfac697d020bad4
[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>

diff -r d1014e749b4e -r be2feab10c71 console/Makefile.am
--- 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) \
diff -r d1014e749b4e -r be2feab10c71 console/libgnt/Makefile.am
--- 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 = \
diff -r d1014e749b4e -r be2feab10c71 gtk/Makefile.am
--- 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) \