~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to Tasque/Makefile.am

  • Committer: Christopher James Halse Rogers
  • Date: 2011-08-06 11:38:07 UTC
  • Revision ID: raof@ubuntu.com-20110806113807-pril1td0vg7kkm51
Build all plugins against dbus-sharp when available.

Fall back to NDesk.DBus for those plugins which can use it when dbus-sharp is
unavailable

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
RESOURCES = \
12
12
        Resources/Tasque.addin.xml 
13
13
 
 
14
BUILD_DEFINES=$(DBUS_BUILD_DEFINES)
 
15
 
14
16
REFERENCES = \
15
17
        System \
16
18
        System.Core \
17
 
        $(NDESK_DBUS_10_LIBS) \
18
 
        $(NDESK_DBUS_GLIB_LIBS) \
 
19
        $(DBUS_SHARP_LIBS) \
 
20
        $(DBUS_SHARP_GLIB_LIBS) \
19
21
        $(GCONF_SHARP_20_LIBS) \
20
22
        $(DO_PLATFORM_LIBS) \
21
23
        $(DO_UNIVERSE_LIBS)