File: Makefile.am

package info (click to toggle)
gnome-do-plugins 0.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,672 kB
  • ctags: 9,913
  • sloc: cs: 45,624; xml: 2,161; makefile: 1,991; sh: 724
file content (25 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (2)
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
include $(top_srcdir)/build.rules.mk

ASSEMBLY=SystemServices

FILES = \
	src/ServiceActions.cs \
	src/ServiceActionType.cs \
	src/Service.cs \
	src/ServiceItemSource.cs \
	src/SystemServicesConfig.cs \
	src/SystemServices.cs \
	gtk-gui/generated.cs \
	gtk-gui/SystemServices.SystemServicesConfig.cs

GENERATED_RESOURCES = \
	Resources/SystemServices.addin.xml

REFERENCES = \
	Mono.Posix \
	System \
	System.Core \
	System.Xml \
	$(GTK_SHARP_20_LIBS) \
	$(DO_PLATFORM_LINUX_LIBS) \
	$(DO_UNIVERSE_LIBS)