New upstream version 18.05
[deb_dpdk.git] / examples / multi_process / client_server_mp / mp_server / Makefile
index 3e244e2..af7246e 100644 (file)
@@ -23,6 +23,7 @@ SRCS-y := main.c init.c args.c
 
 INC := $(sort $(wildcard *.h))
 
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 CFLAGS += $(WERROR_FLAGS) -O3
 CFLAGS += -I$(SRCDIR)/../shared