]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - Makefile.am
Merge location-exporter(8) into location(8)
[people/ms/libloc.git] / Makefile.am
index 59870b1bee1127f0f6fca1022770ea1026e40353..9f520cc6079bd4b91d7414257673fc7c2d024931 100644 (file)
@@ -150,6 +150,7 @@ dist_pkgpython_PYTHON = \
        src/python/__init__.py \
        src/python/database.py \
        src/python/downloader.py \
+       src/python/export.py \
        src/python/i18n.py \
        src/python/importer.py \
        src/python/logger.py
@@ -239,17 +240,14 @@ uninstall-perl:
 
 bin_SCRIPTS = \
        src/python/location \
-       src/python/location-exporter \
        src/python/location-importer
 
 EXTRA_DIST += \
        src/python/location.in \
-       src/python/location-exporter.in \
        src/python/location-importer.in
 
 CLEANFILES += \
        src/python/location \
-       src/python/location-exporter \
        src/python/location-importer
 
 # ------------------------------------------------------------------------------