From 4a8c6daddf85db4ea9cc78b4a351e4ac4462e99d Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sun, 21 Mar 2010 16:03:39 +0100 Subject: Added CMake build system to source distribution The source distribution is currently still made using autoconf, but now you can build/install it using CMake as well. Reviewed-by: Bernd Wachter --- data/graphics/Makefile.am | 2 ++ data/graphics/gui/Makefile.am | 3 ++- data/graphics/images/Makefile.am | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'data/graphics') diff --git a/data/graphics/Makefile.am b/data/graphics/Makefile.am index 1f0db5ff..e0003154 100644 --- a/data/graphics/Makefile.am +++ b/data/graphics/Makefile.am @@ -1,2 +1,4 @@ +EXTRA_DIST = CMakeLists.txt + SUBDIRS = gui images diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index c36741a3..6d04666a 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -54,4 +54,5 @@ gui_DATA = \ window.xml EXTRA_DIST = \ - $(gui_DATA) + $(gui_DATA) \ + CMakeLists.txt diff --git a/data/graphics/images/Makefile.am b/data/graphics/images/Makefile.am index 4df6b7ed..0bc2a5cd 100644 --- a/data/graphics/images/Makefile.am +++ b/data/graphics/images/Makefile.am @@ -5,4 +5,5 @@ images_DATA = \ login_wallpaper.png EXTRA_DIST = \ - $(images_DATA) + $(images_DATA) \ + CMakeLists.txt -- cgit v1.2.3-70-g09d2