diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-12 18:20:31 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-13 03:27:22 +0100 |
commit | 3b188e184dc679e04975fbc2b572287fdcff0cca (patch) | |
tree | 4d5a7a2847fd4d1ca4f7f6d42c4652d1141e0999 /dcoppython/shell/Makefile.am | |
parent | 2b9d763da377b06b583acf042808d3a49aec086f (diff) | |
download | tdebindings-3b188e184dc679e04975fbc2b572287fdcff0cca.tar.gz tdebindings-3b188e184dc679e04975fbc2b572287fdcff0cca.zip |
dcoppython: Get the path to the python site directory from the python configuration.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'dcoppython/shell/Makefile.am')
-rw-r--r-- | dcoppython/shell/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
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 - - - |