Sat, 26 Apr 2014 15:16:38 +0200
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