~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to Tracker/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:
10
10
RESOURCES = \
11
11
        Resources/TrackerSearch.addin.xml 
12
12
 
 
13
BUILD_DEFINES=$(DBUS_BUILD_DEFINES)
 
14
 
13
15
REFERENCES = \
14
16
        System \
15
17
        System.Core \
16
 
        $(NDESK_DBUS_10_LIBS) \
 
18
        $(DBUS_SHARP_LIBS) \
17
19
        $(DO_PLATFORM_LIBS) \
18
20
        $(DO_UNIVERSE_LIBS)