summaryrefslogtreecommitdiffstats
path: root/dcoppython
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2017-06-27 20:30:46 +0200
committerSlávek Banko <slavek.banko@axis.cz>2017-06-27 20:31:27 +0200
commit7d494aa17d90b5b36ec605d5909101fb99cbe79f (patch)
tree34577e942b2bcf1a198891ac2222a663191cbe3e /dcoppython
parent42861b07b908d5cbb2a5141e83b65855f1446fa6 (diff)
downloadtdebindings-7d494aa17d90b5b36ec605d5909101fb99cbe79f.tar.gz
tdebindings-7d494aa17d90b5b36ec605d5909101fb99cbe79f.zip
Fix FTBFS on Mageia 6
Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit eec5504d8c587c5f9061d62cf12c279e04abb7ea)
Diffstat (limited to 'dcoppython')
-rw-r--r--dcoppython/shell/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/shell/Makefile.am b/dcoppython/shell/Makefile.am
index 57e9d51c..288f8716 100644
--- a/dcoppython/shell/Makefile.am
+++ b/dcoppython/shell/Makefile.am
@@ -17,7 +17,7 @@ pythlibdir = $(PYTHONMODDIR)/site-packages
pcop_la_SOURCES = pcop.cpp marshaller.cpp importedmodules.cpp
pcop_la_LDFLAGS = $(all_libraries) -module -avoid-version
-pcop_la_LIBADD = -lDCOP -ltdecore $(LIB_QT)
+pcop_la_LIBADD = -lDCOP -ltdecore $(LIB_QT) $(LIBPYTHON)
noinst_HEADERS = pcop.h marshaller.h marshal_funcs.h importedmodules.h