summaryrefslogtreecommitdiffstats
path: root/redhat/Makefile.r14
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-09-29 17:40:34 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-09-29 17:40:34 +0200
commit805999311e80566c5beadef9d52094c056c710cb (patch)
tree173930211d3ae4f5015423d39fa0b4f388606fe4 /redhat/Makefile.r14
parentc17232fcb4a181fc2d47a59907a844be037e004b (diff)
downloadtde-packaging-805999311e80566c5beadef9d52094c056c710cb.tar.gz
tde-packaging-805999311e80566c5beadef9d52094c056c710cb.zip
RPM packaging: add cmake macros
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r--redhat/Makefile.r145
1 files changed, 5 insertions, 0 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14
index a3c2bb5d0..de4338805 100644
--- a/redhat/Makefile.r14
+++ b/redhat/Makefile.r14
@@ -247,6 +247,11 @@ endif
akode: tqtinterface
$(call buildpkg,extras/akode)
+cmake-macros: cmake
+ifneq ($(wildcard /etc/SuSE-release),)
+ $(call buildpkg,extras/trinity-cmake-macros)
+endif
+
### Trinity Libraries
kipi-plugins: tqtinterface libkipi
$(call buildpkg,libraries/kipi-plugins)