diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-04-25 13:41:29 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-04-25 13:41:29 +0300 |
commit | d3ba30243c75c13d094de1793f9c58acdbacc692 (patch) | |
tree | 86b12cc636eb8e750fcdc3a65752c7362f08fe6e /debug/Makefile.am | |
parent | Bumped version number to 4.999.3alpha. It will become 5.0.0 (diff) | |
download | xz-d3ba30243c75c13d094de1793f9c58acdbacc692.tar.xz |
Added memusage.c to debug directory.
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 \ |