mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-02-02 19:33:15 +00:00
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.
18 lines
325 B
Makefile
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
|