X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fload_balancer%2FMakefile;h=caae8a1071a842ba79356b18d065e8e32e53b612;hb=4131ad5db79a016970287282b938ebed2f19bdb3;hp=09676a57c6a613d1943a90915048c8e3612012e6;hpb=fc4ebf78723ed359614fdde722e76272e79adc52;p=dpdk.git diff --git a/examples/load_balancer/Makefile b/examples/load_balancer/Makefile index 09676a57c6..caae8a1071 100644 --- a/examples/load_balancer/Makefile +++ b/examples/load_balancer/Makefile @@ -8,8 +8,7 @@ APP = load_balancer SRCS-y := main.c config.c init.c runtime.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