From dd8d338e79dddb3ca207e7284baa682d3fe03042 Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Mon, 16 Jan 2017 18:48:05 +0100 Subject: tldk/gtest: Modify makefile to allow compiling with DPDK 16.04 Change-Id: I1cfcbd3a62fae0964ef7f239cfdcdf5abe2f024d Signed-off-by: Karol Latecki --- test/gtest/Makefile | 4 ++-- 1 file 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 -- cgit 1.2.3-korg