X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvhost_crypto%2FMakefile;h=a9e1c4d3af6b9183b2814bcdb49e98e469f37b47;hb=016493307a632b71fae6685ed303c7e00df12569;hp=e7958b5ba21f3688ca41ab33bcbe07de9d282d2a;hpb=291d090364fc0b0cefb0d91cca896e336b6f6331;p=dpdk.git diff --git a/examples/vhost_crypto/Makefile b/examples/vhost_crypto/Makefile index e7958b5ba2..a9e1c4d3af 100644 --- a/examples/vhost_crypto/Makefile +++ b/examples/vhost_crypto/Makefile @@ -9,8 +9,7 @@ SRCS-y := main.c CFLAGS += -DALLOW_EXPERIMENTAL_API # 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