Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-05-16 20:11:29 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-16 20:11:29 (GMT)
commit4fdb5daa6f6a6edfbc702589b9326c91c231afd1 (patch)
tree9a612eb84ca3feb6d8eeaa9dd825caffd80b88a7 /bin
parent06fa630258b5600f3c4068ea579aec23e9cdb1d3 (diff)
Fix distcheck, remove the namespace trick since it's setuptools only.
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index e36e3cc..fca36d6 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1 +1,3 @@
bin_SCRIPTS = datastore-service
+
+EXTRA_DIST = $(bin_SCRIPTS)