X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fqos_meter%2FMakefile;h=46341b1a73dd8fb19639c8ca88cd79a215f5a821;hb=193de77b60b79cd15e41402339a151eb83d367d9;hp=69ac6617780edb43b30f968a9b27d3cb5e23d1da;hpb=1842d194c950edc91b943a7ba2c598c495d4d58c;p=dpdk.git diff --git a/examples/qos_meter/Makefile b/examples/qos_meter/Makefile index 69ac661778..46341b1a73 100644 --- a/examples/qos_meter/Makefile +++ b/examples/qos_meter/Makefile @@ -23,6 +23,8 @@ CFLAGS += -O3 $(shell pkg-config --cflags libdpdk) LDFLAGS_SHARED = $(shell pkg-config --libs libdpdk) LDFLAGS_STATIC = -Wl,-Bstatic $(shell pkg-config --static --libs libdpdk) +CFLAGS += -DALLOW_EXPERIMENTAL_API + build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build $(CC) $(CFLAGS) $(SRCS-y) -o $@ $(LDFLAGS) $(LDFLAGS_SHARED)