From fd76e29fbaac10158e47fcec44133a038fb23909 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 9 Mar 2009 19:09:30 +0100 Subject: added memory poisoning library Memory poisoning is useful for marking memory regions as "undefined". This poisoning only enabled in the debug build (!NDEBUG). --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3