]> git.ipfire.org Git - location/libloc.git/commitdiff
Install python module into correct location
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jan 2018 17:25:37 +0000 (17:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jan 2018 17:25:37 +0000 (17:25 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index b431f8b262b059ef41e880ab7c084c72ae95a13f..5377410f2caa535a6b9e00ec55eee5ab3e9d9074 100644 (file)
@@ -29,7 +29,6 @@ SED_PROCESS = \
        -e 's,@includedir\@,$(includedir),g' \
        < $< > $@ || rm $@
 
-pythondir    = $(pyexecdir)
 pkgconfigdir = $(libdir)/pkgconfig
 
 %.pc: %.pc.in Makefile
@@ -80,7 +79,7 @@ EXTRA_DIST += \
 CLEANFILES += \
        src/libloc.pc
 
-pkgpyexec_LTLIBRARIES = \
+pyexec_LTLIBRARIES = \
        src/python/location.la
 
 src_python_location_la_SOURCES = \