X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=python%2FMakefile.am;h=bab869e76229d6e392b1b956a322dcc34bb260f0;hp=b2cf3b34a2439125b03acbe6961e5caca53fce7b;hb=e118c14b9552de311cbc1734e03a3226b484c1e8;hpb=b3f11c5f62f725fa3f09452b38d52dba764f80d0 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