Mercurial > pidgin
comparison plugins/Makefile.am @ 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 | ebb02ea3c789 |
| children | 519dc2186438 |
comparison
equal
deleted
inserted
replaced
| 11206:86d3ce670f05 | 11207:f305bcd85dda |
|---|---|
| 12 TCL_DIR = tcl | 12 TCL_DIR = tcl |
| 13 endif | 13 endif |
| 14 | 14 |
| 15 SUBDIRS = \ | 15 SUBDIRS = \ |
| 16 docklet gaim-remote $(GEVOLUTION_DIR) gestures \ | 16 docklet gaim-remote $(GEVOLUTION_DIR) gestures \ |
| 17 $(PERL_DIR) ssl $(TCL_DIR) ticker musicmessaging | 17 $(PERL_DIR) ssl $(TCL_DIR) ticker |
| 18 | 18 |
| 19 plugindir = $(libdir)/gaim | 19 plugindir = $(libdir)/gaim |
| 20 | 20 |
| 21 autorecon_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) | 21 autorecon_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
| 22 extplacement_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) | 22 extplacement_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
| 57 spellchk_la_SOURCES = spellchk.c | 57 spellchk_la_SOURCES = spellchk.c |
| 58 statenotify_la_SOURCES = statenotify.c | 58 statenotify_la_SOURCES = statenotify.c |
| 59 timestamp_la_SOURCES = timestamp.c | 59 timestamp_la_SOURCES = timestamp.c |
| 60 | 60 |
| 61 if ENABLE_DBUS | 61 if ENABLE_DBUS |
| 62 | |
| 63 # Only use music messaging if dbus is enabled | |
| 64 SUBDIRS += musicmessaging | |
| 62 | 65 |
| 63 CLEANFILES = dbus-example-bindings.c | 66 CLEANFILES = dbus-example-bindings.c |
| 64 dbus_example_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(DBUS_LIBS) | 67 dbus_example_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(DBUS_LIBS) |
| 65 dbus_example_la_SOURCES = dbus-example.c | 68 dbus_example_la_SOURCES = dbus-example.c |
| 66 plugin_LTLIBRARIES += dbus-example.la | 69 plugin_LTLIBRARIES += dbus-example.la |
