aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Latecki <karolx.latecki@intel.com>2017-01-16 18:48:05 +0100
committerKarol Latecki <karolx.latecki@intel.com>2017-01-16 18:51:43 +0100
commitdd8d338e79dddb3ca207e7284baa682d3fe03042 (patch)
treefdae61bdd1d9c75bd9a4ab471d3beb14d437aa11
parentaf7f90313b4f97cdfa401615b99beb2aeaa67f96 (diff)
tldk/gtest: Modify makefile to allow compiling with DPDK 16.04
Change-Id: I1cfcbd3a62fae0964ef7f239cfdcdf5abe2f024d Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
-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