]> git.droids-corp.org - dpdk.git/blobdiff - examples/qos_sched/Makefile
examples/ipsec-secgw: add fragment TTL option
[dpdk.git] / examples / qos_sched / Makefile
index 0c92c48667561d9f5584e1a5b505206edb2a7754..ce2d253715add3bbe47c1c5e683d32a2a7d74ebd 100644 (file)
@@ -8,8 +8,7 @@ APP = qos_sched
 SRCS-y := main.c args.c init.c app_thread.c cfg_file.c cmdline.c stats.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