blob: 71934af21a5bb14f27c3bdbad6343e8bd37e40b2 (
plain)
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
|