aboutsummaryrefslogtreecommitdiff
path: root/test/example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/example/Makefile')
-rw-r--r--test/example/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/example/Makefile b/test/example/Makefile
index 1774b83a3..2dc148a5e 100644
--- a/test/example/Makefile
+++ b/test/example/Makefile
@@ -12,9 +12,6 @@ include ../Makefile.inc
.PHONY: default
default: $(OBJ_DIR) $(ODP_APP)
-
-CFLAGS += -I.
-
OBJS =
OBJS += $(OBJ_DIR)/odp_example.o
@@ -35,7 +32,7 @@ $(OBJ_DIR)/%.o: %.c
#
$(ODP_APP): $(ODP_LIB) $(OBJS)
$(ECHO) Linking $<
- $(CC) $(LDFLAGS) $(OBJS) $(ODP_LIB) -o $@
+ $(CC) $(LDFLAGS) $(OBJS) $(ODP_LIB) $(STD_LIBS) -o $@
.PHONY: clean
clean: