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)
|