aboutsummaryrefslogtreecommitdiff
path: root/debug/Makefile.am
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-04-25 13:41:29 +0300
committerLasse Collin <lasse.collin@tukaani.org>2008-04-25 13:41:29 +0300
commitd3ba30243c75c13d094de1793f9c58acdbacc692 (patch)
tree86b12cc636eb8e750fcdc3a65752c7362f08fe6e /debug/Makefile.am
parentBumped version number to 4.999.3alpha. It will become 5.0.0 (diff)
downloadxz-d3ba30243c75c13d094de1793f9c58acdbacc692.tar.xz
Added memusage.c to debug directory.
Diffstat (limited to 'debug/Makefile.am')
-rw-r--r--debug/Makefile.am3
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 \