From: Karol Latecki Date: Mon, 16 Jan 2017 17:48:05 +0000 (+0100) Subject: tldk/gtest: Modify makefile to allow compiling with DPDK 16.04 X-Git-Tag: v18.02~28 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F4707%2F1;p=tldk.git tldk/gtest: Modify makefile to allow compiling with DPDK 16.04 Change-Id: I1cfcbd3a62fae0964ef7f239cfdcdf5abe2f024d Signed-off-by: Karol Latecki --- 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