changeset 16713:753465529b21

Build, but don't install, some of the other plugins we ship, to reduce bitrot
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 30 Apr 2007 18:04:25 +0000
parents 89bbced1589f
children 5608820845f5 b5d1826218aa
files pidgin/plugins/Makefile.am
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/plugins/Makefile.am	Mon Apr 30 18:03:57 2007 +0000
+++ b/pidgin/plugins/Makefile.am	Mon Apr 30 18:04:25 2007 +0000
@@ -27,7 +27,9 @@
 plugindir = $(libdir)/pidgin
 
 convcolors_la_LDFLAGS       = -module -avoid-version
+contact_priority_la_LDFLAGS = -module -avoid-version
 extplacement_la_LDFLAGS     = -module -avoid-version
+gtk_signals_test_la_LDFLAGS = -module -avoid-version
 history_la_LDFLAGS          = -module -avoid-version
 iconaway_la_LDFLAGS         = -module -avoid-version
 markerline_la_LDFLAGS       = -module -avoid-version
@@ -55,8 +57,14 @@
 	timestamp_format.la \
 	xmppconsole.la
 
+noinst_LTLIBRARIES = \
+	contact_priority.la \
+	gtk_signals_test.la
+
 convcolors_la_SOURCES       = convcolors.c
+contact_priority_la_SOURCES = contact_priority.c
 extplacement_la_SOURCES     = extplacement.c
+gtk_signals_test_la_SOURCES = gtk-signals-test.c
 history_la_SOURCES          = history.c
 iconaway_la_SOURCES         = iconaway.c
 markerline_la_SOURCES       = markerline.c
@@ -69,7 +77,9 @@
 xmppconsole_la_SOURCES      = xmppconsole.c
 
 convcolors_la_LIBADD        = $(GTK_LIBS)
+contact_priority_la_LIBADD  = $(GTK_LIBS)
 extplacement_la_LIBADD      = $(GTK_LIBS)
+gtk_signals_test_la_LIBADD  = $(GTK_LIBS)
 history_la_LIBADD           = $(GTK_LIBS)
 iconaway_la_LIBADD          = $(GTK_LIBS)
 markerline_la_LIBADD        = $(GTK_LIBS)
@@ -85,8 +95,6 @@
 
 EXTRA_DIST = \
 	Makefile.mingw \
-	contact_priority.c \
-	gtk-signals-test.c \
 	mailchk.c \
 	pidgininc.c \
 	raw.c \