~haakan/do-plugins/sshfix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(top_srcdir)/build.rules.mk

ASSEMBLY=LocateFiles

FILES = \
	src/LocateFilesAction.cs

RESOURCES = \
	Resources/LocateFiles.addin.xml

REFERENCES = \
	System \
	System.Core \
	$(DO_PLATFORM_LIBS) \
	$(DO_UNIVERSE_LIBS)