aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-09 19:09:30 +0100
committerMax Kellermann <max@duempel.org>2009-03-09 19:09:30 +0100
commitfd76e29fbaac10158e47fcec44133a038fb23909 (patch)
tree3c41f7622e751a8e5a3fbfee0e057740cdd08813 /Makefile.am
parent71e88271d96953e5ff10d4dce02715d7f06e0bb3 (diff)
downloadmpd-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 'Makefile.am')
-rw-r--r--Makefile.am1
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 \