X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=python%2FMakefile.am;h=bab869e76229d6e392b1b956a322dcc34bb260f0;hb=62df226f26bd6ac3c481a7790eb89d760d2f0386;hp=6438d457f6492736d4e76b444d7d4d06ce6fc133;hpb=adcf5dc6aa53c02877e6bc16e211b7062a8ea33c;p=libguestfs.git 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