summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-11-24 21:34:56 +0000
committerAlasdair Kergon <agk@redhat.com>2004-11-24 21:34:56 +0000
commitc3a4c63c15b4c2c0466c8687e56c46b7a98a7c5e (patch)
tree9bc4017851481ed281cc05c703daeb1e61d8845f /lib/Makefile.in
parent2e6051674bb9da1a0394343e28d1fe82524546f2 (diff)
downloadlvm2-c3a4c63c15b4c2c0466c8687e56c46b7a98a7c5e.tar.gz
lvm2-c3a4c63c15b4c2c0466c8687e56c46b7a98a7c5e.tar.xz
lvm2-c3a4c63c15b4c2c0466c8687e56c46b7a98a7c5e.zip
Trap large memory allocation requests.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 58041322..4d57b736 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -76,6 +76,7 @@ SOURCES =\
misc/crc.c \
misc/lvm-file.c \
misc/lvm-string.c \
+ mm/dbg_malloc.c \
mm/memlock.c \
mm/pool.c \
regex/matcher.c \
@@ -121,10 +122,6 @@ ifeq ("@MIRRORS@", "internal")
SOURCES += mirror/mirrored.c
endif
-ifeq ("@DEBUG@", "yes")
- SOURCES += mm/dbg_malloc.c
-endif
-
ifeq ("@DEVMAPPER@", "yes")
SOURCES +=\
activate/dev_manager.c \