diff options
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/Makefile.r14 | 5 | ||||
-rw-r--r-- | redhat/extras/trinity-cmake-macros/macros.cmake (renamed from redhat/macros.cmake) | 0 |
2 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) diff --git a/redhat/macros.cmake b/redhat/extras/trinity-cmake-macros/macros.cmake index cdcb7a1e1..cdcb7a1e1 100644 --- a/redhat/macros.cmake +++ b/redhat/extras/trinity-cmake-macros/macros.cmake |