pdump: fix missing dependency on libpthread

Fixes: 278f945402 ("pdump: add new library for packet capture")

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
This commit is contained in:
Panu Matilainen 2016-06-21 11:11:48 +03:00 committed by Thomas Monjalon
parent 4f213197ef
commit 8b1a26d226

View File

@ -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