Don't install dbus example by default

Sat, 26 Apr 2014 15:16:38 +0200

author
Tomasz Wasilczyk <twasilczyk@pidgin.im>
date
Sat, 26 Apr 2014 15:16:38 +0200
changeset 35915
9df33cea47b5
parent 35914
e05ac5e585d0
child 35916
96593c46d85c

Don't install dbus example by default

libpurple/plugins/Makefile.am file | annotate | diff | comparison | revisions
--- a/libpurple/plugins/Makefile.am	Sat Apr 26 15:04:55 2014 +0200
+++ b/libpurple/plugins/Makefile.am	Sat Apr 26 15:16:38 2014 +0200
@@ -56,8 +56,7 @@
 	log_reader.la       \
 	offlinemsg.la       \
 	psychic.la          \
-	statenotify.la      \
-	$(DBUS_LTLIB)
+	statenotify.la
 
 noinst_LTLIBRARIES = \
 	ciphertest.la \
@@ -68,7 +67,8 @@
 	one_time_password.la \
 	pluginpref_example.la \
 	signals_test.la \
-	simple.la
+	simple.la \
+	$(DBUS_LTLIB)
 
 autoaccept_la_SOURCES       = autoaccept.c
 buddynote_la_SOURCES        = buddynote.c

mercurial