diff options
Diffstat (limited to 'debug/Makefile.am')
-rw-r--r-- | debug/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/Makefile.am b/debug/Makefile.am index b935300e..71ca7e4c 100644 --- a/debug/Makefile.am +++ b/debug/Makefile.am @@ -15,7 +15,8 @@ noinst_PROGRAMS = \ repeat \ sync_flush \ - full_flush + full_flush \ + memusage AM_CPPFLAGS = \ -I@top_srcdir@/src/common \ |