~do-plugins/do-plugins/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include $(top_srcdir)/build.rules.mk

ASSEMBLY=Tasque

FILES = \
	src/TasqueDBus.cs \
	src/TasqueCategoryItem.cs \
	src/Tasque.cs \
	src/TasqueAction.cs

RESOURCES = \
	Resources/Tasque.addin.xml 

BUILD_DEFINES=$(DBUS_BUILD_DEFINES)

REFERENCES = \
	System \
	System.Core \
	$(DBUS_SHARP_LIBS) \
	$(DBUS_SHARP_GLIB_LIBS) \
	$(GCONF_SHARP_20_LIBS) \
	$(DO_PLATFORM_LIBS) \
	$(DO_UNIVERSE_LIBS)