aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.inc')
-rw-r--r--test/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.inc b/test/Makefile.inc
index 72bbebd8c..63feecf3b 100644
--- a/test/Makefile.inc
+++ b/test/Makefile.inc
@@ -5,8 +5,8 @@
ODP_TEST_ROOT = $(ODP_ROOT)/test
-CFLAGS += -I$(DESTDIR)/include
+EXTRA_CFLAGS += -I$(DESTDIR)/include
LIB = -L$(DESTDIR)/lib -lodp
LDFLAGS += -lrt
-LDFLAGS += $(EXTRA_CFLAGS)
+#LDFLAGS += $(CFLAGS)