File: Makefile.am

package info (click to toggle)
docky 2.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,280 kB
  • ctags: 5,001
  • sloc: cs: 30,675; python: 1,670; sh: 1,276; makefile: 900; xml: 16
file content (24 lines) | stat: -rw-r--r-- 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Simple component buildsystem
include $(top_srcdir)/build.rules.docklets.mk

ASSEMBLY = RecentDocuments

FILES = \
	src/RecentDocumentsItemProvider.cs \
	src/RecentDocumentsItem.cs

RESOURCES = \
	Resources/RecentDocuments.addin.xml

PROJECT_REFERENCES = \
	Docky.Items \
	Docky.Services

REFERENCES =  \
	System \
	System.Xml \
	System.Xml.Linq \
	System.Core \
	Mono.Posix \
	$(GIO_SHARP_LIBS) \
	$(GTK_SHARP_20_LIBS)