X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_mbuf%2FMakefile;h=aa879a13e242c37c87ca84a2cfe6852177ea8588;hb=ef73fdd169ae96b00fedb697000f91afae7fb6a9;hp=548273054d254239d4186428641f1a85303e74f6;hpb=12e58e707cceb26378a40108db8e33a3cba357b9;p=dpdk.git diff --git a/lib/librte_mbuf/Makefile b/lib/librte_mbuf/Makefile index 548273054d..aa879a13e2 100644 --- a/lib/librte_mbuf/Makefile +++ b/lib/librte_mbuf/Makefile @@ -35,10 +35,11 @@ include $(RTE_SDK)/mk/rte.vars.mk LIB = librte_mbuf.a CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3 +LDLIBS += -lrte_eal -lrte_mempool EXPORT_MAP := rte_mbuf_version.map -LIBABIVER := 3 +LIBABIVER := 4 # all source are stored in SRCS-y SRCS-$(CONFIG_RTE_LIBRTE_MBUF) := rte_mbuf.c rte_mbuf_ptype.c