diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-08 13:42:26 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-08 13:42:26 +0100 |
commit | 8dcc88f867ab0bed24df49d8c0f347f1357bfffd (patch) | |
tree | 072bd22bf68f532642f93d9021b7cfe6f7d8c4c3 /python/Makefile.am | |
parent | 4144e2106cc70ad8f1e081b57da09f9c1e276812 (diff) | |
download | libguestfs-8dcc88f867ab0bed24df49d8c0f347f1357bfffd.tar.gz libguestfs-8dcc88f867ab0bed24df49d8c0f347f1357bfffd.tar.xz libguestfs-8dcc88f867ab0bed24df49d8c0f347f1357bfffd.zip |
Added a note that I'm not going to do Python bindings for now.
Diffstat (limited to 'python/Makefile.am')
-rw-r--r-- | python/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index 42a43f83..e4ef9e89 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -14,3 +14,9 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +EXTRA_DIST = README-python-bindings + +if HAVE_PYTHON + +endif
\ No newline at end of file |