diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-01-02 15:50:34 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-02 15:50:34 +0100 |
commit | 41e9fcea1cb312d2be8aa9acc7eab1518d21a06e (patch) | |
tree | 0ff23861065cd5d270181c2d637575e95733ced3 /ubuntu/maverick/applications/konversation/debian/cdbs/kde.mk | |
parent | 6bde261fa7518bd87df116290b772e554df90e75 (diff) | |
download | tde-packaging-41e9fcea1cb312d2be8aa9acc7eab1518d21a06e.tar.gz tde-packaging-41e9fcea1cb312d2be8aa9acc7eab1518d21a06e.zip |
Switch konversation to cmake on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/konversation/debian/cdbs/kde.mk')
-rw-r--r-- | ubuntu/maverick/applications/konversation/debian/cdbs/kde.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ubuntu/maverick/applications/konversation/debian/cdbs/kde.mk b/ubuntu/maverick/applications/konversation/debian/cdbs/kde.mk index 765560c89..023886fc8 100644 --- a/ubuntu/maverick/applications/konversation/debian/cdbs/kde.mk +++ b/ubuntu/maverick/applications/konversation/debian/cdbs/kde.mk @@ -35,7 +35,9 @@ else DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) endif +ifndef _cdbs_class_cmake include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix) +endif export kde_cgidir = \$${libdir}/cgi-bin export kde_confdir = \$${sysconfdir}/trinity @@ -59,7 +61,7 @@ endif cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin -DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/tde" +DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include" DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: |