413.1.4
by Alex Launi
fix ssh and Test, disable tasque |
1 |
include $(top_srcdir)/build.rules.mk
|
2 |
||
3 |
ASSEMBLY=Tasque |
|
39.4.1
by Jason Smith
Fix autotools |
4 |
|
5 |
FILES = \ |
|
459
by David Siegel
Make Tasque build. |
6 |
src/TasqueDBus.cs \
|
7 |
src/TasqueCategoryItem.cs \
|
|
8 |
src/Tasque.cs \
|
|
9 |
src/TasqueAction.cs |
|
151.5.3
by Jason Smith
Fix build system |
10 |
|
11 |
RESOURCES = \ |
|
459
by David Siegel
Make Tasque build. |
12 |
Resources/Tasque.addin.xml |
413.1.4
by Alex Launi
fix ssh and Test, disable tasque |
13 |
|
748
by Christopher James Halse Rogers
Build all plugins against dbus-sharp when available. |
14 |
BUILD_DEFINES=$(DBUS_BUILD_DEFINES) |
15 |
||
413.1.4
by Alex Launi
fix ssh and Test, disable tasque |
16 |
REFERENCES = \ |
39.4.1
by Jason Smith
Fix autotools |
17 |
System \
|
413.1.4
by Alex Launi
fix ssh and Test, disable tasque |
18 |
System.Core \
|
748
by Christopher James Halse Rogers
Build all plugins against dbus-sharp when available. |
19 |
$(DBUS_SHARP_LIBS) \ |
20 |
$(DBUS_SHARP_GLIB_LIBS) \ |
|
39.4.1
by Jason Smith
Fix autotools |
21 |
$(GCONF_SHARP_20_LIBS) \ |
413.1.4
by Alex Launi
fix ssh and Test, disable tasque |
22 |
$(DO_PLATFORM_LIBS) \ |
23 |
$(DO_UNIVERSE_LIBS) |