diff options
author | Max Kellermann <max@duempel.org> | 2009-03-09 19:09:30 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-09 19:09:30 +0100 |
commit | fd76e29fbaac10158e47fcec44133a038fb23909 (patch) | |
tree | 3c41f7622e751a8e5a3fbfee0e057740cdd08813 /Makefile.am | |
parent | 71e88271d96953e5ff10d4dce02715d7f06e0bb3 (diff) | |
download | mpd-fd76e29fbaac10158e47fcec44133a038fb23909.tar.gz mpd-fd76e29fbaac10158e47fcec44133a038fb23909.tar.xz mpd-fd76e29fbaac10158e47fcec44133a038fb23909.zip |
added memory poisoning library
Memory poisoning is useful for marking memory regions as "undefined".
This poisoning only enabled in the debug build (!NDEBUG).
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2ca101720..4eba6d03a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,6 +107,7 @@ mpd_headers = \ src/playlist_print.h \ src/playlist_save.h \ src/playlist_state.h \ + src/poison.h \ src/riff.h \ src/aiff.h \ src/queue.h \ |