From: <sa...@us...> - 2006-12-07 07:13:08
|
Revision: 17913 http://svn.sourceforge.net/gaim/?rev=17913&view=rev Author: sadrul Date: 2006-12-06 23:05:20 -0800 (Wed, 06 Dec 2006) Log Message: ----------- I think this fixed some compile error on some platform for Alver. Modified Paths: -------------- trunk/console/libgnt/Makefile.am Modified: trunk/console/libgnt/Makefile.am =================================================================== --- trunk/console/libgnt/Makefile.am 2006-12-07 07:03:40 UTC (rev 17912) +++ trunk/console/libgnt/Makefile.am 2006-12-07 07:05:20 UTC (rev 17913) @@ -56,7 +56,7 @@ libgnt_lainclude_HEADERS = \ $(libgnt_la_headers) -libgnt_la_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) +libgnt_la_DEPENDENCIES = $(STATIC_LINK_LIBS) libgnt_la_LDFLAGS = -export-dynamic libgnt_la_LIBADD = \ $(GLIB_LIBS) \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |