From: Richard Jones Date: Mon, 13 Apr 2009 19:06:46 +0000 (+0100) Subject: Install guestfs.py X-Git-Tag: 0.9~2 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=4ee9666a388f771e9b353dbedc90f52a73bb86e1;ds=sidebyside Install guestfs.py --- diff --git a/python/Makefile.am b/python/Makefile.am index 6438d45..86ece8d 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -26,6 +26,8 @@ if HAVE_PYTHON pythondir = $(PYTHON_SITE_PACKAGES) +python_DATA = guestfs.py + python_LTLIBRARIES = libguestfsmod.la libguestfsmod_la_SOURCES = guestfs-py.c