From: Michael Tremer Date: Mon, 8 Jan 2018 17:25:37 +0000 (+0000) Subject: Install python module into correct location X-Git-Tag: 0.9.0~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2ab8ddf4e0bbebdb6273ca2b14560e355102ad0;p=location%2Flibloc.git Install python module into correct location Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index b431f8b..5377410 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 = \