X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_pdump%2FMakefile;h=166441a20f4c9cba8c2ca36cdf48a2a76f1f2d95;hb=b0a1419a88efebac3a1d52987b7e634848f9c85e;hp=af81a28a2997ac9b7fbdd11834d017b2b572563e;hpb=278f945402c55497c614de3f46b1a7660782eaf9;p=dpdk.git diff --git a/lib/librte_pdump/Makefile b/lib/librte_pdump/Makefile index af81a28a29..166441a20f 100644 --- a/lib/librte_pdump/Makefile +++ b/lib/librte_pdump/Makefile @@ -36,6 +36,7 @@ LIB = librte_pdump.a CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3 CFLAGS += -D_GNU_SOURCE +LDLIBS += -lpthread EXPORT_MAP := rte_pdump_version.map @@ -49,6 +50,7 @@ SYMLINK-$(CONFIG_RTE_LIBRTE_PDUMP)-include := rte_pdump.h # this lib depends upon: DEPDIRS-$(CONFIG_RTE_LIBRTE_PDUMP) += lib/librte_mbuf +DEPDIRS-$(CONFIG_RTE_LIBRTE_PDUMP) += lib/librte_mempool DEPDIRS-$(CONFIG_RTE_LIBRTE_PDUMP) += lib/librte_eal DEPDIRS-$(CONFIG_RTE_LIBRTE_PDUMP) += lib/librte_ether