From 3b188e184dc679e04975fbc2b572287fdcff0cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 12 Jan 2023 18:20:31 +0100 Subject: dcoppython: Get the path to the python site directory from the python configuration. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- dcoppython/shell/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'dcoppython/shell/Makefile.am') diff --git a/dcoppython/shell/Makefile.am b/dcoppython/shell/Makefile.am index 2d4a5b01..3dbbc907 100644 --- a/dcoppython/shell/Makefile.am +++ b/dcoppython/shell/Makefile.am @@ -13,13 +13,10 @@ marshal_funcs_doc.html: $(srcdir)/marshal_funcs_doc.xsl marshal_funcs_doc.xml INCLUDES = $(PYTHONINC) $(all_includes) pythlib_LTLIBRARIES = pcop.la -pythlibdir = $(PYTHONMODDIR)/site-packages +pythlibdir = $(PYTHON_SITE) pcop_la_SOURCES = pcop.cpp marshaller.cpp importedmodules.cpp pcop_la_LDFLAGS = $(all_libraries) -module -avoid-version pcop_la_LIBADD = -lDCOP -ltdecore $(LIB_TQT) $(LIBPYTHON) noinst_HEADERS = pcop.h marshaller.h marshal_funcs.h importedmodules.h - - - -- cgit v1.2.3