From: <rl...@us...> - 2006-05-06 01:12:19
|
Revision: 16137 Author: rlaager Date: 2006-05-05 18:12:12 -0700 (Fri, 05 May 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16137&view=rev Log Message: ----------- SF Patch #1482820 from genpeng This is a fix for "--as-needed". Modified Paths: -------------- trunk/COPYRIGHT trunk/src/Makefile.am Modified: trunk/COPYRIGHT =================================================================== --- trunk/COPYRIGHT 2006-05-05 19:35:15 UTC (rev 16136) +++ trunk/COPYRIGHT 2006-05-06 01:12:12 UTC (rev 16137) @@ -216,6 +216,7 @@ Ari Pollak Robey Pointer Nathan Poznick +Jory A. Pratt Brent Priddy Federicco Mena Quintero Yosef Radchenko Modified: trunk/src/Makefile.am =================================================================== --- trunk/src/Makefile.am 2006-05-05 19:35:15 UTC (rev 16136) +++ trunk/src/Makefile.am 2006-05-06 01:12:12 UTC (rev 16137) @@ -199,6 +199,8 @@ libgaim_client_la_SOURCES = gaim-client.c gaim-client.h +libgaim_client_la_LIBADD = $(DBUS_LIBS) + gaim-client-bindings.c: dbus-analyze-functions.py $(dbus_exported) cat $(dbus_build_exported) | $(PYTHON) $(srcdir)/dbus-analyze-functions.py --client > $@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |