summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-26 12:02:01 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-26 13:55:12 +0100
commitfca8572f8a14380174a4de057210ea30bb4157be (patch)
treec3f754a1a2de04b340513932d4e0203b1e15922c
parentf0bf4b5a50fd5ebe24a7d804acad9bac52a18de7 (diff)
downloadkxmleditor-fca8572f.tar.gz
kxmleditor-fca8572f.zip
Fix LIBADD and installation prefixes
[taken from Debian patches]
-rw-r--r--part/Makefile.am16
1 files changed, 3 insertions, 13 deletions
diff --git a/part/Makefile.am b/part/Makefile.am
index 3a1e59a..b02ac42 100644
--- a/part/Makefile.am
+++ b/part/Makefile.am
@@ -1,26 +1,16 @@
-####### kdevelop will overwrite this part!!! (begin)##########
-
-lib_LTLIBRARIES = libkxmleditorpart.la
+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_KDEPRINT) $(LIB_KPARTS) $(LIB_KFILE) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT)
+libkxmleditorpart_la_LIBADD = $(LIB_KDEPRINT)
SUBDIRS = pics icons
EXTRA_DIST = kxmleditorpartBrowseUI.rc kxmleditorpartEditUI.rc kxedocument.rc kxmleditorpart.desktop
+kde_services_DATA = kxmleditorpart.desktop
-install-data-local:
- $(mkinstalldirs) $(kde_servicesdir)
- $(INSTALL_DATA) $(srcdir)/kxmleditorpart.desktop $(kde_servicesdir)/kxmleditorpart.desktop
-
-uninstall-local:
- -rm -f $(kde_servicesdir)/kxmleditorpart.desktop
- -rmdir $(kde_servicesdir)
-
-####### kdevelop will overwrite this part!!! (end)############
# this 10 paths are KDE specific. Use them:
# kde_htmldir Where your docs should go to. (contains lang subdirs)
# kde_appsdir Where your application file (.kdelnk) should go to.