aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/makefile
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-06-24 16:15:44 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-06-24 16:15:44 +0000
commit170d95f90491564201ce450f97ba9431724ebc0d (patch)
treecd0dbc11a0cb88e9d0668135b85f3b1fcb7beb9e /src/jtutil/makefile
parent7a935a076990a3361290ff35688efba76d579936 (diff)
switch to new organization for #include files:
we #include stuff in . and ../include directly, everything else includes a relative pathname ../whereever/foo.hh git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@589 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/jtutil/makefile')
-rw-r--r--src/jtutil/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jtutil/makefile b/src/jtutil/makefile
index 0669ac4..b9541c0 100644
--- a/src/jtutil/makefile
+++ b/src/jtutil/makefile
@@ -1,5 +1,5 @@
# Makefile for standalone test drivers in this directory
-# $Id: makefile,v 1.3 2002-04-10 14:03:04 jthorn Exp $
+# $Id: makefile,v 1.4 2002-06-24 16:15:42 jthorn Exp $
#
# CC, CXX = C and C++ compilers. Defaults are gcc and g++ if
# variables aren't set from command line or environment.
@@ -19,8 +19,8 @@
#
CXX := g++
-CFLAGS := $(STD_GCC_FLAGS) -I.. -g
-CXXFLAGS := $(STD_GXX_FLAGS) -I.. -g
+CFLAGS := $(STD_GCC_FLAGS) -I../include -g
+CXXFLAGS := $(STD_GXX_FLAGS) -I../include -g
ALL_TESTS := test_array test_array2 \
test_cpm_map test_linear_map \