changeset 14382:7b590ba06651

[gaim-migrate @ 17088] PLUGINS don't need to be defined for WMs. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 30 Aug 2006 17:33:44 +0000
parents 3bfea4c4ce33
children 5f3058c7a7df
files console/libgnt/configure.ac console/libgnt/wms/Makefile.am
diffstat 2 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
 		  ])
 
--- 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 = \