blob: 0caf9fec8a8a5b9291435e1fe30a349020eb0036 (
plain)
1
2
3
4
5
6
7
8
9
|
SUBDIRS = common server client python_modules
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = spice-server.pc
DISTCLEANFILES = \
spice-server.pc
EXTRA_DIST = spice.proto spice1.proto spice_codegen.py
|