diff options
author | François Andriot <francois.andriot@free.fr> | 2017-06-27 20:30:46 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-06-27 20:30:46 +0200 |
commit | eec5504d8c587c5f9061d62cf12c279e04abb7ea (patch) | |
tree | 6628d69a2499393a966b785264e09b801a03b7de /dcoppython | |
parent | cc25bc1502c32cebb7f6b7c76e43d89f8c42117d (diff) | |
download | tdebindings-eec5504d8c587c5f9061d62cf12c279e04abb7ea.tar.gz tdebindings-eec5504d8c587c5f9061d62cf12c279e04abb7ea.zip |
Fix FTBFS on Mageia 6
Signed-off-by: François Andriot <francois.andriot@free.fr>
Diffstat (limited to 'dcoppython')
-rw-r--r-- | dcoppython/shell/Makefile.am | 2 |
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 |