X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=examples%2Fqos_meter%2FMakefile;h=4a9b628b834abd60262bc9115dd6fc154905729b;hp=e5217cf7c0f991403d7ab3c60869498e04552d57;hb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;hpb=e7f4fbb30153702438e7b776eb05966caefc2c77 diff --git a/examples/qos_meter/Makefile b/examples/qos_meter/Makefile index e5217cf7c0..4a9b628b83 100644 --- a/examples/qos_meter/Makefile +++ b/examples/qos_meter/Makefile @@ -17,7 +17,7 @@ shared: build/$(APP)-shared static: build/$(APP)-static ln -sf $(APP)-static build/$(APP) -PKGCONF=pkg-config --define-prefix +PKGCONF ?= pkg-config PC_FILE := $(shell $(PKGCONF) --path libdpdk) CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)