]> git.ipfire.org Git - location/libloc.git/blobdiff - Makefile.am
Revert "Tests: Disable testing for valid signature"
[location/libloc.git] / Makefile.am
index 6f4a8c969a1fe873a3f6e0310cbeb176b9ea2c1a..5a6904fb19bd7f6a2a8a18a1cae85f041dc8abe9 100644 (file)
@@ -154,6 +154,9 @@ CLEANFILES += \
 
 dist_pkgpython_PYTHON = \
        src/python/__init__.py \
+       src/python/database.py \
+       src/python/i18n.py \
+       src/python/importer.py \
        src/python/logger.py
 
 pyexec_LTLIBRARIES = \
@@ -216,7 +219,7 @@ build-perl:
 
        cd $(builddir)/src/perl && $(PERL) Makefile.PL PREFIX="$(prefix)" \
                INC="-I$(abs_srcdir)/src" LIBS="-L$(abs_builddir)/src/.libs -lloc"
-       cd $(builddir)/src/perl && $(MAKE) LD_RUN_PATH=
+       cd $(builddir)/src/perl && $(MAKE) CC="$(CC)" LD="$(LD)" LD_RUN_PATH=
 
 .PHONY: check-perl
 check-perl: testdata.db
@@ -242,16 +245,19 @@ uninstall-perl:
 bin_SCRIPTS = \
        src/python/location-downloader \
        src/python/location-exporter \
+       src/python/location-importer \
        src/python/location-query
 
 EXTRA_DIST += \
        src/python/location-downloader.in \
        src/python/location-exporter.in \
+       src/python/location-importer.in \
        src/python/location-query.in
 
 CLEANFILES += \
        src/python/location-downloader \
        src/python/location-exporter \
+       src/python/location-importer \
        src/python/location-query
 
 # ------------------------------------------------------------------------------
@@ -290,7 +296,8 @@ TESTS = \
        src/test-database \
        src/test-as \
        src/test-network \
-       src/test-country
+       src/test-country \
+       src/test-signature
 
 CLEANFILES += \
        test.db \