~do-plugins/do-plugins/trunk

413.1.16 by Alex Launi
Fix build for Woof
1
include $(top_srcdir)/build.rules.mk
2
413.1.17 by Alex Launi
Actually fix Woof, and fix Wordnet
3
ASSEMBLY=Woof
413.1.16 by Alex Launi
Fix build for Woof
4
5
FILES = \
6
	src/Woof.cs \
7
	src/WoofAction.cs
8
9
RESOURCES = \
413.2.2 by Alex Launi
Fix Makefiles for Resources folder
10
	Resources/Woof.addin.xml 
413.1.16 by Alex Launi
Fix build for Woof
11
12
REFERENCES = \
13
	System \
14
	System.Core \
413.1.17 by Alex Launi
Actually fix Woof, and fix Wordnet
15
	$(NDESK_DBUS_10_LIBS) \
413.1.16 by Alex Launi
Fix build for Woof
16
	$(DO_PLATFORM_LIBS) \
17
	$(DO_UNIVERSE_LIBS)