diff console/libgnt/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 47ce7285eb5d
children 68385f5bbd61
line wrap: on
line diff
--- 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 = \