diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-10-09 21:25:19 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-10-09 21:25:19 +0200 |
commit | bd0ff7568ce64694ae7b1a180c1cc3654f4e60a9 (patch) | |
tree | 6074483ea9db86f4e118bd3ee987b9f78f63f143 /ubuntu/maverick/applications/tdepowersave/debian/cdbs/kde.mk | |
parent | 1b75a8a69eb58af5ed985debdf5020df147d1df5 (diff) | |
parent | 26882ca86584e3ceecc0104ddfbf4f9d118c8e04 (diff) | |
download | tde-packaging-bd0ff7568ce64694ae7b1a180c1cc3654f4e60a9.tar.gz tde-packaging-bd0ff7568ce64694ae7b1a180c1cc3654f4e60a9.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/tdepowersave/debian/cdbs/kde.mk')
-rw-r--r-- | ubuntu/maverick/applications/tdepowersave/debian/cdbs/kde.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ubuntu/maverick/applications/tdepowersave/debian/cdbs/kde.mk b/ubuntu/maverick/applications/tdepowersave/debian/cdbs/kde.mk index 765560c89..023886fc8 100644 --- a/ubuntu/maverick/applications/tdepowersave/debian/cdbs/kde.mk +++ b/ubuntu/maverick/applications/tdepowersave/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/%: |