summaryrefslogtreecommitdiffstats
path: root/Source/Makefile.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-05-17 21:43:29 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-05-17 21:43:29 (GMT)
commita8ccbf7c21cf9125217f53969e89aa082fcf8b19 (patch)
treef84526de9b71cb5ef41ce4518f31c0eda4aec375 /Source/Makefile.in
parentf9a36a6ff9b00a6dcecc66e681f4a9ec48eb8c5c (diff)
downloadCMake-a8ccbf7c21cf9125217f53969e89aa082fcf8b19.zip
CMake-a8ccbf7c21cf9125217f53969e89aa082fcf8b19.tar.gz
CMake-a8ccbf7c21cf9125217f53969e89aa082fcf8b19.tar.bz2
compile source dir into cmake
Diffstat (limited to 'Source/Makefile.in')
-rw-r--r--Source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Makefile.in b/Source/Makefile.in
index 4fce232..4b68a2b 100644
--- a/Source/Makefile.in
+++ b/Source/Makefile.in
@@ -3,7 +3,7 @@ VPATH = @srcdir@
CMAKE_CONFIG_DIR = @CMAKE_CONFIG_DIR@
CXX = @CXX@
-CXXFLAGS = @CXXFLAGS@ -DCMAKE_HAS_AUTOCONF -I${CMAKE_CONFIG_DIR}/CMake/Source
+CXXFLAGS = -DCMAKE_ROOT_DIR='"@CMAKE_ROOT_DIR@"' @CXXFLAGS@ -DCMAKE_HAS_AUTOCONF -I${CMAKE_CONFIG_DIR}/CMake/Source
.SUFFIXES: .cxx .java .class