File: Makefile.am

package info (click to toggle)
gnome-do-plugins 0.8.4-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 11,732 kB
  • sloc: cs: 44,067; xml: 2,161; makefile: 1,923; sh: 855
file content (25 lines) | stat: -rw-r--r-- 503 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=RequestTracker

FILES = \
  gtk-gui/generated.cs \
  gtk-gui/RequestTracker.RTPrefs.cs \
  src/Configuration.cs \
  src/Preferences.cs \
	src/RequestTrackerAction.cs \
  src/RequestTrackerItem.cs \
  src/RequestTrackerItems.cs

RESOURCES = \
	Resources/RequestTracker.addin.xml \
	Resources/icons/rt.png

REFERENCES = \
	System \
	System.Core \
	System.Web \
	$(DO_PLATFORM_LIBS) \
	$(DO_PLATFORM_LINUX_LIBS) \
	$(DO_UNIVERSE_LIBS) \
	$(GTK_SHARP_20_LIBS)