X-Git-Url: http://git.ipfire.org/?p=location%2Flibloc.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=6beb609d281e15bd98ce6a553b8fd2bd08767418;hp=8cec76d538b7ae448564450cbfa3e13af57f971e;hb=7865c7d4b820b94430e2f1219529348c52d5a183;hpb=581e599c6289f5a0f02293cc4b48d36e0e99edf6 diff --git a/Makefile.am b/Makefile.am index 8cec76d..6beb609 100644 --- a/Makefile.am +++ b/Makefile.am @@ -148,7 +148,6 @@ CLEANFILES += \ src/libloc.pc dist_pkgpython_PYTHON = \ - src/python/__init__.py \ src/python/database.py \ src/python/downloader.py \ src/python/export.py \ @@ -156,6 +155,15 @@ dist_pkgpython_PYTHON = \ src/python/importer.py \ src/python/logger.py +pkgpython_PYTHON = \ + src/python/__init__.py + +EXTRA_DIST += \ + src/python/__init__.py.in + +CLEANFILES += \ + src/python/__init__.py + pyexec_LTLIBRARIES = \ src/python/_location.la