From: <sa...@us...> - 2006-08-30 17:34:00
|
Revision: 17088 http://svn.sourceforge.net/gaim/?rev=17088&view=rev Author: sadrul Date: 2006-08-30 10:33:44 -0700 (Wed, 30 Aug 2006) Log Message: ----------- PLUGINS don't need to be defined for WMs. Modified Paths: -------------- trunk/console/libgnt/configure.ac trunk/console/libgnt/wms/Makefile.am Modified: trunk/console/libgnt/configure.ac =================================================================== --- trunk/console/libgnt/configure.ac 2006-08-30 17:09:44 UTC (rev 17087) +++ trunk/console/libgnt/configure.ac 2006-08-30 17:33:44 UTC (rev 17088) @@ -205,5 +205,6 @@ AC_OUTPUT([Makefile gnt.pc + wms/Makefile ]) Modified: trunk/console/libgnt/wms/Makefile.am =================================================================== --- trunk/console/libgnt/wms/Makefile.am 2006-08-30 17:09:44 UTC (rev 17087) +++ trunk/console/libgnt/wms/Makefile.am 2006-08-30 17:33:44 UTC (rev 17088) @@ -1,7 +1,5 @@ s_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) -if PLUGINS - plugin_LTLIBRARIES = \ s.la @@ -9,8 +7,6 @@ s_la_SOURCES = s.c -endif # PLUGINS - EXTRA_DIST = AM_CPPFLAGS = \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |