aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/gtest/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gtest/Makefile b/test/gtest/Makefile
index 3e76eab..ea50999 100644
--- a/test/gtest/Makefile
+++ b/test/gtest/Makefile
@@ -103,8 +103,8 @@ CFLAGS += $(WERROR_FLAGS)
LDLIBS += gtest-rfc.o
-LDFLAGS += -lstdc++
-LDFLAGS += -L$(GMOCK_DIR) -lgmock
+LDLIBS += -lstdc++
+LDLIBS += -L$(GMOCK_DIR) -lgmock
LDLIBS += -L$(RTE_OUTPUT)/lib
LDLIBS += -ltle_udp -ltle_dring