X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fflow_filtering%2FMakefile;h=a63a755550aa56a2395a2c39bb56d1c283a898e5;hb=5908e7e837a62fe62c48094d8c2e947242f8fac3;hp=a64a10a08703355aa676ed214ba81dc51689de74;hpb=ca9268529d2be1764054591ad57a7aac008e16b4;p=dpdk.git diff --git a/examples/flow_filtering/Makefile b/examples/flow_filtering/Makefile index a64a10a087..a63a755550 100644 --- a/examples/flow_filtering/Makefile +++ b/examples/flow_filtering/Makefile @@ -6,8 +6,7 @@ APP = flow SRCS-y := main.c # Build using pkg-config variables if possible -$(shell pkg-config --exists libdpdk) -ifeq ($(.SHELLSTATUS),0) +ifeq ($(shell pkg-config --exists libdpdk && echo 0),0) all: shared .PHONY: shared static