X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=python%2FMakefile.am;h=bab869e76229d6e392b1b956a322dcc34bb260f0;hp=6438d457f6492736d4e76b444d7d4d06ce6fc133;hb=5cd39c83e23eb300d1bdfa806902a31b409ff420;hpb=adcf5dc6aa53c02877e6bc16e211b7062a8ea33c diff --git a/python/Makefile.am b/python/Makefile.am index 6438d45..bab869e 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -20,12 +20,12 @@ EXTRA_DIST = \ guestfs-py.c \ t/*.py -CLEANFILES = *~ t/*~ - 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