spice-gtk/data/Makefile.am
Christophe Fergeau 62a077978b Remove spice-mime.xml/spicy.desktop
They were never translated from .in files to actual files, and now it's
clear we don't want to promote spicy as a first-class desktop
application.
2014-10-30 17:47:15 +01:00

18 lines
325 B
Makefile

NULL=
EXTRA_DIST = \
spicy.nsis \
spice-protocol.vapi \
gtkrc \
$(desktop_in_files) \
org.spice-space.lowlevelusbaccess.policy \
$(NULL)
vapidir = $(VAPIDIR)
vapi_DATA = spice-protocol.vapi
policydir = $(POLICYDIR)
policy_DATA = org.spice-space.lowlevelusbaccess.policy
-include $(top_srcdir)/git.mk