summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1082bf2..53e87be 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,11 +4,14 @@ SUBDIRS = python_modules spice
codegendir = $(libdir)/spice-protocol
dist_codegen_DATA = \
- spice_codegen.py \
spice.proto \
spice1.proto \
$(NULL)
+dist_codegen_SCRIPTS = \
+ spice_codegen.py \
+ $(NULL)
+
DISTCLEANFILES = *.pyc
pkgconfigdir = $(datadir)/pkgconfig