X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_pdump%2FMakefile;h=11c3e4e93de5b4f74720a64f13967a0239275b96;hb=cbc12b0a96f5;hp=6b21c62e599f7b2c7248f7b81c5ea72c27b74e39;hpb=4761b145b1e87f8521277e29e7718ab0384d0d62;p=dpdk.git diff --git a/lib/librte_pdump/Makefile b/lib/librte_pdump/Makefile index 6b21c62e59..11c3e4e93d 100644 --- a/lib/librte_pdump/Makefile +++ b/lib/librte_pdump/Makefile @@ -37,6 +37,7 @@ LIB = librte_pdump.a CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3 CFLAGS += -D_GNU_SOURCE LDLIBS += -lpthread +LDLIBS += -lrte_eal -lrte_mempool -lrte_mbuf -lrte_ethdev EXPORT_MAP := rte_pdump_version.map