From 5f21e1bd613b372ea6f8be6423894548dae59bdc Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 1 Aug 2018 14:38:36 +0200 Subject: Store USE_DLMALLOC in vppinfra/config.h Change-Id: Ib596e7f525b83dc7e830bcf6a126cd210216ce86 Signed-off-by: Damjan Marion --- src/vpp.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vpp.am') diff --git a/src/vpp.am b/src/vpp.am index c5fd48a127d..e8c01557656 100644 --- a/src/vpp.am +++ b/src/vpp.am @@ -39,7 +39,7 @@ endif # bin_vpp_SOURCES += \ # vpp/api/gmon.c -bin_vpp_CFLAGS = @APICLI@ @DLMALLOC@ +bin_vpp_CFLAGS = @APICLI@ nobase_include_HEADERS += \ vpp/api/vpe_all_api_h.h \ -- cgit 1.2.3-korg