File: Makefile.am

package info (click to toggle)
spice-gtk 0.12-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,512 kB
  • sloc: ansic: 70,149; sh: 11,345; python: 2,838; makefile: 1,079; perl: 131; xml: 57
file content (37 lines) | stat: -rw-r--r-- 798 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
26
27
28
29
30
31
32
33
34
35
36
37
NULL=

# TODO: not sure if we want to do that
#desktopdir       = $(datadir)/applications
#desktop_in_files = spicy.desktop.in
#desktop_DATA     = $(desktop_in_files:.desktop.in=.desktop)
#@INTLTOOL_DESKTOP_RULE@
#
#MIMEFILES = spice-mime.xml.in
#mimedir = $(datadir)/mime/packages
#mime_DATA = spice-mime.xml
#@INTLTOOL_XML_RULE@

EXTRA_DIST =					\
	spicy.nsis				\
	spice-mime.xml.in spicy.desktop.in      \
	spice-protocol.vapi			\
	gtkrc					\
	$(desktop_in_files)			\
	org.spice-space.lowlevelusbaccess.policy \
	$(NULL)

CLEANFILES =					\
	$(desktop_DATA)				\
	$(NULL)

DISTCLEANFILES =				\
	$(desktop_DATA)				\
	$(NULL)

vapidir = $(VAPIDIR)
vapi_DATA = spice-protocol.vapi

policydir = $(POLICYDIR)
policy_DATA = org.spice-space.lowlevelusbaccess.policy

-include $(top_srcdir)/git.mk