diff options
Diffstat (limited to 'src/vpp.am')
-rw-r--r-- | src/vpp.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vpp.am b/src/vpp.am index 614bd26abda..10a4e311252 100644 --- a/src/vpp.am +++ b/src/vpp.am @@ -33,11 +33,11 @@ if WITH_APICLI vpp/api/plugin.h endif -# comment out to disable stats upload to gmond +# uncomment to enable stats upload to gmond +# bin_vpp_SOURCES += \ +# vpp/api/gmon.c bin_vpp_CFLAGS = @APICLI@ -bin_vpp_SOURCES += \ - vpp/api/gmon.c nobase_include_HEADERS += \ vpp/api/vpe_all_api_h.h \ |