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 (22 lines) | stat: -rw-r--r-- 443 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
include $(top_srcdir)/build.rules.mk

ASSEMBLY=Shelf

FILES = \
	src/ShelfAddToShelfAction.cs \
	src/ShelfCreateShelfAction.cs \
	src/ShelfExploreAction.cs \
	src/ShelfItem.cs \
	src/ShelfItemSource.cs \
	src/ShelfRemoveFromShelfAction.cs \
	src/ShelfRenameShelfAction.cs \
	src/ShelfDeleteShelfAction.cs

GENERATED_RESOURCES = \
	Resources/Shelf.addin.xml 

REFERENCES = \
	System \
	System.Core \
	$(DO_PLATFORM_LIBS) \
	$(DO_UNIVERSE_LIBS)