X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2FMakefile.am;h=bab869e76229d6e392b1b956a322dcc34bb260f0;hb=9c16028a2317a4e1ae5b0831a8a71c98c86852ae;hp=b2cf3b34a2439125b03acbe6961e5caca53fce7b;hpb=b3f11c5f62f725fa3f09452b38d52dba764f80d0;p=libguestfs.git diff --git a/python/Makefile.am b/python/Makefile.am index b2cf3b3..bab869e 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -20,12 +20,12 @@ EXTRA_DIST = \ guestfs-py.c \ t/*.py -CLEANFILES = *~ - if HAVE_PYTHON pythondir = $(PYTHON_SITE_PACKAGES) +python_DATA = guestfs.py + python_LTLIBRARIES = libguestfsmod.la libguestfsmod_la_SOURCES = guestfs-py.c @@ -38,4 +38,4 @@ TESTS_ENVIRONMENT = \ $(PYTHON) TESTS = t/005-import.py t/010-launch.py t/050-lvcreate.py -endif \ No newline at end of file +endif