486
by Alex Launi
add Tracker's makefile |
1 |
include $(top_srcdir)/build.rules.mk
|
2 |
||
3 |
ASSEMBLY=TrackerSearch |
|
4 |
||
5 |
FILES = \ |
|
605.1.1
by Alexey Nedilko
Add tracker DBus files |
6 |
src/Tracker.cs \
|
7 |
src/TrackerSearchAction.cs \
|
|
8 |
src/ITrackerSearch.cs |
|
486
by Alex Launi
add Tracker's makefile |
9 |
|
10 |
RESOURCES = \ |
|
11 |
Resources/TrackerSearch.addin.xml |
|
12 |
||
748
by Christopher James Halse Rogers
Build all plugins against dbus-sharp when available. |
13 |
BUILD_DEFINES=$(DBUS_BUILD_DEFINES) |
14 |
||
486
by Alex Launi
add Tracker's makefile |
15 |
REFERENCES = \ |
16 |
System \
|
|
17 |
System.Core \
|
|
748
by Christopher James Halse Rogers
Build all plugins against dbus-sharp when available. |
18 |
$(DBUS_SHARP_LIBS) \ |
486
by Alex Launi
add Tracker's makefile |
19 |
$(DO_PLATFORM_LIBS) \ |
20 |
$(DO_UNIVERSE_LIBS) |