diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-06-03 11:07:43 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-06-03 11:07:43 +0000 |
commit | d6c5974dcedc33177c99196b3b94d220346c5f8f (patch) | |
tree | 0f41853ce39b721fb1f5da9ce9199c173d264de3 /src | |
parent | 2237e5cda55151147fa3b0d23a4d74fb7f07c1fe (diff) | |
download | mana-d6c5974dcedc33177c99196b3b94d220346c5f8f.tar.gz mana-d6c5974dcedc33177c99196b3b94d220346c5f8f.tar.bz2 mana-d6c5974dcedc33177c99196b3b94d220346c5f8f.tar.xz mana-d6c5974dcedc33177c99196b3b94d220346c5f8f.zip |
Added some files to be included with the release.
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
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 \ |