diff options
author | Alfredo Deza <alfredo.deza@inktank.com> | 2013-08-29 11:54:54 -0400 |
---|---|---|
committer | Gary Lowell <gary.lowell@inktank.com> | 2013-10-10 12:54:04 -0700 |
commit | bdec1358459cb54772c1f6877a266d1c89d35dab (patch) | |
tree | a6259f4186d90d41fdbdfd48896c611d84a5a0c5 | |
parent | 04f5f5df68e87edde53e83cf339e03b9007cb463 (diff) | |
download | ceph-bdec1358459cb54772c1f6877a266d1c89d35dab.tar.gz |
remove single file python targets from makefile
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 31a2c5b4e10..ffa2038b68a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -311,15 +311,6 @@ clean-local: -rm *.so *.gcno *.gcda -# pybind - -python_PYTHON = pybind/rados.py \ - pybind/rbd.py \ - pybind/cephfs.py \ - pybind/ceph_argparse.py \ - pybind/ceph_rest_api.py - - # everything else we want to include in a 'make dist' noinst_HEADERS += \ |