diff console/Makefile.am @ 15152: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 bcf89a7c69db
children 5fe8042783c1
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) \