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-09 10:04:51 -0700 |
commit | a821b9ca435970127963b3be08ec864096dd54bc (patch) | |
tree | e391f8366e8521637880f4128b1cb59f4f9fd1bd | |
parent | ebe48981264cb079cd0ad56a76d8831d63cf8ff0 (diff) | |
download | ceph-a821b9ca435970127963b3be08ec864096dd54bc.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 += \ |