# HG changeset patch # User Sadrul Habib Chowdhury # Date 1156959224 0 # Node ID 7b590ba0665127e1bc014f73c809178522480e02 # Parent 3bfea4c4ce33e225ee389c6bf862e04fa03bfe57 [gaim-migrate @ 17088] PLUGINS don't need to be defined for WMs. committer: Tailor Script diff -r 3bfea4c4ce33 -r 7b590ba06651 console/libgnt/configure.ac --- a/console/libgnt/configure.ac Wed Aug 30 17:09:44 2006 +0000 +++ b/console/libgnt/configure.ac Wed Aug 30 17:33:44 2006 +0000 @@ -205,5 +205,6 @@ AC_OUTPUT([Makefile gnt.pc + wms/Makefile ]) diff -r 3bfea4c4ce33 -r 7b590ba06651 console/libgnt/wms/Makefile.am --- a/console/libgnt/wms/Makefile.am Wed Aug 30 17:09:44 2006 +0000 +++ b/console/libgnt/wms/Makefile.am Wed Aug 30 17:33:44 2006 +0000 @@ -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 = \