summaryrefslogtreecommitdiffstats
path: root/dcoppython/lib/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-01-12 18:20:31 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-01-13 03:27:22 +0100
commit3b188e184dc679e04975fbc2b572287fdcff0cca (patch)
tree4d5a7a2847fd4d1ca4f7f6d42c4652d1141e0999 /dcoppython/lib/Makefile.am
parent2b9d763da377b06b583acf042808d3a49aec086f (diff)
downloadtdebindings-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/lib/Makefile.am')
-rw-r--r--dcoppython/lib/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/dcoppython/lib/Makefile.am b/dcoppython/lib/Makefile.am
index c72a0662..bfa7890c 100644
--- a/dcoppython/lib/Makefile.am
+++ b/dcoppython/lib/Makefile.am
@@ -1,4 +1,3 @@
pyt_DATA = pydcop.py
-pytdir = $(PYTHONMODDIR)/site-packages
-
+pytdir = $(PYTHON_SITE)