changeset 19909:2729cdff43cd

Automake foo
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 08 Sep 2007 04:19:30 +0000
parents 0715328a0be3
children 3792a8814166
files libpurple/plugins/Makefile.am
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/plugins/Makefile.am	Sat Sep 08 04:16:05 2007 +0000
+++ b/libpurple/plugins/Makefile.am	Sat Sep 08 04:19:30 2007 +0000
@@ -28,6 +28,8 @@
 buddynote_la_LDFLAGS        = -module -avoid-version
 ciphertest_la_LDFLAGS		= -module -avoid-version
 codeinline_la_LDFLAGS		= -module -avoid-version
+debug_example_la_LDFLAGS    = -module -avoid-version
+helloworld_la_LDFLAGS       = -module -avoid-version
 idle_la_LDFLAGS             = -module -avoid-version
 joinpart_la_LDFLAGS         = -module -avoid-version
 log_reader_la_LDFLAGS       = -module -avoid-version
@@ -59,6 +61,8 @@
 noinst_LTLIBRARIES = \
 	ciphertest.la \
 	codeinline.la \
+	debug_example.la \
+	helloworld.la \
 	pluginpref_example.la \
 	signals_test.la \
 	simple.la
@@ -67,6 +71,8 @@
 buddynote_la_SOURCES        = buddynote.c
 ciphertest_la_SOURCES		= ciphertest.c
 codeinline_la_SOURCES		= codeinline.c
+debug_example_la_SOURCES = debug_example.c
+helloworld_la_SOURCES       = helloworld.c
 idle_la_SOURCES             = idle.c
 joinpart_la_SOURCES         = joinpart.c
 log_reader_la_SOURCES       = log_reader.c