/pidgin/main: 9df33cea47b5: Don't install dbus example by default

Tomasz Wasilczyk twasilczyk at pidgin.im
Sat Apr 26 09:16:46 EDT 2014


Changeset: 9df33cea47b567da01589feb6986cc597c5965e8
Author:	 Tomasz Wasilczyk <twasilczyk at pidgin.im>
Date:	 2014-04-26 15:16 +0200
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/9df33cea47b5

Description:

Don't install dbus example by default

diffstat:

 libpurple/plugins/Makefile.am |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff --git a/libpurple/plugins/Makefile.am b/libpurple/plugins/Makefile.am
--- a/libpurple/plugins/Makefile.am
+++ b/libpurple/plugins/Makefile.am
@@ -56,8 +56,7 @@ plugin_LTLIBRARIES = \
 	log_reader.la       \
 	offlinemsg.la       \
 	psychic.la          \
-	statenotify.la      \
-	$(DBUS_LTLIB)
+	statenotify.la
 
 noinst_LTLIBRARIES = \
 	ciphertest.la \
@@ -68,7 +67,8 @@ noinst_LTLIBRARIES = \
 	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



More information about the Commits mailing list