diff options
Diffstat (limited to 'src/vpp.am')
-rw-r--r-- | src/vpp.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp.am b/src/vpp.am index e8c01557656..c5fd48a127d 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@ +bin_vpp_CFLAGS = @APICLI@ @DLMALLOC@ nobase_include_HEADERS += \ vpp/api/vpe_all_api_h.h \ |