aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/makefile
diff options
context:
space:
mode:
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 \