Build, but don't install, some additional plugins that we ship the sources

Mon, 30 Apr 2007 17:57:50 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Mon, 30 Apr 2007 17:57:50 +0000
changeset 16787
d4f1ef9b3ea8
parent 16786
65c04c7e5c8a
child 16788
417d0e8d6f3f

Build, but don't install, some additional plugins that we ship the sources
for to reduce the risk of them bitrotting beyond recognition

libpurple/plugins/Makefile.am file | annotate | diff | comparison | revisions
--- a/libpurple/plugins/Makefile.am	Mon Apr 30 17:53:27 2007 +0000
+++ b/libpurple/plugins/Makefile.am	Mon Apr 30 17:57:50 2007 +0000
@@ -26,12 +26,17 @@
 
 autoaccept_la_LDFLAGS       = -module -avoid-version
 buddynote_la_LDFLAGS        = -module -avoid-version
+ciphertest_la_LDFLAGS		= -module -avoid-version
+codeinline_la_LDFLAGS		= -module -avoid-version
 idle_la_LDFLAGS             = -module -avoid-version
 joinpart_la_LDFLAGS         = -module -avoid-version
 log_reader_la_LDFLAGS       = -module -avoid-version
 newline_la_LDFLAGS          = -module -avoid-version
 offlinemsg_la_LDFLAGS       = -module -avoid-version
+pluginpref_example_la_LDFLAGS = -module -avoid-version
 psychic_la_LDFLAGS          = -module -avoid-version
+signals_test_la_LDFLAGS		= -module -avoid-version
+simple_la_LDFLAGS			= -module -avoid-version
 statenotify_la_LDFLAGS      = -module -avoid-version
 
 # this can't be in a conditional otherwise automake 1.4 yells
@@ -51,24 +56,41 @@
 	statenotify.la      \
 	$(DBUS_LTLIB)
 
+noinst_LTLIBRARIES = \
+	ciphertest.la \
+	codeinline.la \
+	pluginpref_example.la \
+	signals_test.la \
+	simple.la
+
 autoaccept_la_SOURCES       = autoaccept.c
 buddynote_la_SOURCES        = buddynote.c
+ciphertest_la_SOURCES		= ciphertest.c
+codeinline_la_SOURCES		= codeinline.c
 idle_la_SOURCES             = idle.c
 joinpart_la_SOURCES         = joinpart.c
 log_reader_la_SOURCES       = log_reader.c
 newline_la_SOURCES          = newline.c
 offlinemsg_la_SOURCES       = offlinemsg.c
+pluginpref_example_la_SOURCES = pluginpref_example.c
 psychic_la_SOURCES          = psychic.c
+signals_test_la_SOURCES		= signals-test.c
+simple_la_SOURCES			= simple.c
 statenotify_la_SOURCES      = statenotify.c
 
 autoaccept_la_LIBADD        = $(GLIB_LIBS)
 buddynote_la_LIBADD         = $(GLIB_LIBS)
+ciphertest_la_LIBADD		= $(GLIB_LIBS)
+codeinline_la_LIBADD		= $(GLIB_LIBS)
 idle_la_LIBADD              = $(GLIB_LIBS)
 joinpart_la_LIBADD          = $(GLIB_LIBS)
 log_reader_la_LIBADD        = $(GLIB_LIBS)
 newline_la_LIBADD           = $(GLIB_LIBS)
 offlinemsg_la_LIBADD        = $(GLIB_LIBS)
+pluginpref_example_la_LIBADD = $(GLIB_LIBS)
 psychic_la_LIBADD           = $(GLIB_LIBS)
+signals_test_la_LIBADD		= $(GLIB_LIBS)
+simple_la_LIBADD			= $(GLIB_LIBS)
 statenotify_la_LIBADD       = $(GLIB_LIBS)
 
 if ENABLE_DBUS
@@ -96,15 +118,11 @@
 
 EXTRA_DIST = \
 	Makefile.mingw \
-	ciphertest.c \
 	dbus-buddyicons-example.py \
 	filectl.c \
 	fortuneprofile.pl \
 	ipc-test-client.c \
-	ipc-test-server.c \
-	pluginpref_example.c \
-	signals-test.c \
-	simple.c
+	ipc-test-server.c
 
 AM_CPPFLAGS = \
 	-DDATADIR=\"$(datadir)\" \

mercurial