summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2010-01-11 20:30:04 +0100
committerJulien Danjou <julien@danjou.info>2010-01-11 20:32:28 +0100
commitb71d27e5a640004d48788a83fafa58d34b7177ae (patch)
tree4e9fe99fb76563f0820450fbad082e6498ad4c46
parentbb41ff214ddcace2a08bf998c6c7411cac1a30d3 (diff)
Do not provide .py built files in dist packages
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fc6081e..2722a27 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -136,7 +136,8 @@ EXTENSION_XML += xvmc.xml
endif
-pkgpython_PYTHON = __init__.py $(EXTSOURCES)
+pkgpython_PYTHON = __init__.py
+nodist_pkgpython_PYTHON = $(EXTSOURCES)
BUILT_SOURCES = $(EXTSOURCES)
CLEANFILES = $(EXTSOURCES) $(EXTENSION_XML)