# HG changeset patch # User Tomasz Wasilczyk # Date 1398518198 -7200 # Node ID 9df33cea47b567da01589feb6986cc597c5965e8 # Parent e05ac5e585d0fd2d53247efc2b7927e404161137 Don't install dbus example by default diff -r e05ac5e585d0 -r 9df33cea47b5 libpurple/plugins/Makefile.am --- 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