]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind: Distribute the test script, too. Fixes "make distcheck".
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Thu, 7 Apr 2011 17:26:13 +0000 (10:26 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Thu, 7 Apr 2011 17:53:19 +0000 (10:53 -0700)
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
src/Makefile.am

index 524c5acf606656b296be112062158b8bfbef9bad..2b8ca433ec95a7fc28ff97bf1e337d900da05174 100644 (file)
@@ -10,6 +10,7 @@ bin_PROGRAMS =
 sbin_PROGRAMS =
 sbin_SCRIPTS =
 bin_SCRIPTS = crun cclass $(srcdir)/cclsinfo cdebugpack crbdnamer
+dist_bin_SCRIPTS =
 # C/C++ tests to build will be appended to this
 check_PROGRAMS =
 # tests to actually run on "make check"; if you need extra, non-test,
@@ -712,7 +713,7 @@ dist-hook:
 python_PYTHON = pybind/rados.py
 
 if WITH_DEBUG
-bin_SCRIPTS += test/ceph-pybind-test.py
+dist_bin_SCRIPTS += test/ceph-pybind-test.py
 endif
 
 # headers... and everything else we want to include in a 'make dist'