File: Makefile.am

package info (click to toggle)
docky 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,516 kB
  • ctags: 4,518
  • sloc: cs: 28,580; makefile: 895; sh: 604; xml: 16
file content (26 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Simple component buildsystem
include $(top_srcdir)/build.rules.docklets.mk

ASSEMBLY = RecentDocuments

FILES = \
	src/EmptyRecentItem.cs \
	src/RecentFilesProvider.cs \
	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)