mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-01-01 04:11:24 +00:00
Remove gtkrc too, and cleanup EXTRA_DIST ($(desktop_in_files) is unused) Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
15 lines
272 B
Makefile
15 lines
272 B
Makefile
NULL=
|
|
|
|
EXTRA_DIST = \
|
|
spice-protocol.vapi \
|
|
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
|