From d6c5974dcedc33177c99196b3b94d220346c5f8f Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 3 Jun 2007 11:07:43 +0000 Subject: Added some files to be included with the release. --- src/CMakeLists.txt | 2 ++ src/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b88921c6..3585e938 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -255,6 +255,8 @@ SET(SRCS utils/base64.cpp utils/base64.h utils/dtor.h + utils/fastsqrt.h + utils/minmax.h utils/tostring.h utils/xml.cpp utils/xml.h diff --git a/src/Makefile.am b/src/Makefile.am index 088c4b18..9e6cb4c5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -204,6 +204,8 @@ tmw_SOURCES = gui/widgets/resizegrip.cpp \ utils/base64.cpp \ utils/base64.h \ utils/dtor.h \ + utils/fastsqrt.h \ + utils/minmax.h \ utils/tostring.h \ utils/xml.cpp \ utils/xml.h \ -- cgit v1.2.3-70-g09d2