tldk/gtest: Modify makefile to allow compiling with DPDK 16.04 07/4707/1
authorKarol Latecki <karolx.latecki@intel.com>
Mon, 16 Jan 2017 17:48:05 +0000 (18:48 +0100)
committerKarol Latecki <karolx.latecki@intel.com>
Mon, 16 Jan 2017 17:51:43 +0000 (18:51 +0100)
Change-Id: I1cfcbd3a62fae0964ef7f239cfdcdf5abe2f024d
Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
test/gtest/Makefile

index 3e76eab..ea50999 100644 (file)
@@ -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