diff options
author | François Andriot <francois.andriot@free.fr> | 2017-07-01 16:36:35 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-07-01 16:36:35 +0200 |
commit | e24a21a9e8bc5cf4dab11d1c304212f7fabc9504 (patch) | |
tree | db9ada29d571cff818bf73c11b53e43e4752f130 /part | |
parent | f425c3adc53ef507b71c68993e60eae7992dfcce (diff) | |
download | kxmleditor-e24a21a9e8bc5cf4dab11d1c304212f7fabc9504.tar.gz kxmleditor-e24a21a9e8bc5cf4dab11d1c304212f7fabc9504.zip |
Fix FTBFS on Mageia 6
Signed-off-by: François Andriot <francois.andriot@free.fr>
Diffstat (limited to 'part')
-rw-r--r-- | part/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/part/Makefile.am b/part/Makefile.am index 99e03e2..f1abfac 100644 --- a/part/Makefile.am +++ b/part/Makefile.am @@ -3,7 +3,7 @@ kde_module_LTLIBRARIES = libkxmleditorpart.la libkxmleditorpart_la_SOURCES = kxesearchdialogbase.ui kxesearchdialog.cpp kxeprocinstrdialogbase.ui kxeprocinstrdialog.cpp kxespecprocinstrdialogbase.ui kxespecprocinstrdialog.cpp kxeelementdialogbase.ui kxeelementdialog.cpp kxeattributedialogbase.ui kxeattributedialog.cpp kxechardatadialogbase.ui kxechardatadialog.cpp kxeattachdialogbase.ui kxechoosestringdialogbase.ui kxechoosestringdialog.cpp kxefilenewdialog.cpp kxeconfiguration.cpp kxesettings.cpp kxetreeviewsettingspage.ui kxetreeviewsettings.cpp kxenewfilesettingspage.ui kxenewfilesettings.cpp kxeprintsettingspage.ui kxeprintsettings.cpp kxearchiveextssettingspage.ui kxearchiveextssettings.cpp kxetextviewsettingspage.ui kxetextviewsettings.cpp kxe_treeviewitem.cpp kxe_treeview.cpp kxe_viewelement.cpp kxe_viewattributes.cpp kxesyntaxhighlighter.cpp kxetexteditordialogbase.ui kxetexteditordialog.cpp actions.cpp qdom_add.cpp kxecommand.cpp commands_file.cpp commands_edit.cpp commands_insert.cpp kxmleditorpart.cpp kxmleditorfactory.cpp dcopiface_part_ro.skel dcopiface_part_ro.cpp kxedocument.cpp libkxmleditorpart_la_LDFLAGS = -module $(all_libraries) -version-info 1:0:0 -libkxmleditorpart_la_LIBADD = $(LIB_TDEPRINT) +libkxmleditorpart_la_LIBADD = $(LIB_TDEPRINT) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP SUBDIRS = pics icons |