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 --- src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index aa54fd00..1b666d01 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -404,7 +404,8 @@ mana_SOURCES = gui/widgets/avatarlistbox.cpp \ units.cpp \ units.h \ vector.cpp \ - vector.h + vector.h \ + winver.h mana_SOURCES += \ net/manaserv/adminhandler.cpp \ @@ -503,5 +504,8 @@ mana_SOURCES += \ net/ea/tradehandler.cpp \ net/ea/tradehandler.h +EXTRA_DIST = CMakeLists.txt \ + winver.h.in + # set the include path found by configure INCLUDES = $(all_includes) -- cgit v1.2.3-70-g09d2