Mercurial > pidgin
changeset 11207:f305bcd85dda
[gaim-migrate @ 13337]
Fixed so music messaging doesn't compile unless you have dbus enabled.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Muise <christian.muise@gmail.com> |
---|---|
date | Mon, 08 Aug 2005 12:30:19 +0000 |
parents | 86d3ce670f05 |
children | 0a3a85452896 |
files | plugins/Makefile.am |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/Makefile.am Mon Aug 08 03:44:32 2005 +0000 +++ b/plugins/Makefile.am Mon Aug 08 12:30:19 2005 +0000 @@ -14,7 +14,7 @@ SUBDIRS = \ docklet gaim-remote $(GEVOLUTION_DIR) gestures \ - $(PERL_DIR) ssl $(TCL_DIR) ticker musicmessaging + $(PERL_DIR) ssl $(TCL_DIR) ticker plugindir = $(libdir)/gaim @@ -60,6 +60,9 @@ if ENABLE_DBUS +# Only use music messaging if dbus is enabled +SUBDIRS += musicmessaging + CLEANFILES = dbus-example-bindings.c dbus_example_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(DBUS_LIBS) dbus_example_la_SOURCES = dbus-example.c