aboutsummaryrefslogtreecommitdiff
path: root/libpam/Makefile
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-12-09 21:44:58 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-12-09 21:44:58 +0000
commitcb7734d4080f3673a34594ee4c6e7b02dcd89f33 (patch)
tree5e7babe08405fbf5797134cfc65e505081d3d267 /libpam/Makefile
parent8bf846fce14a451c2271ffb853dd750aae9c4725 (diff)
downloadpam-cb7734d4080f3673a34594ee4c6e7b02dcd89f33.tar.gz
pam-cb7734d4080f3673a34594ee4c6e7b02dcd89f33.tar.bz2
pam-cb7734d4080f3673a34594ee4c6e7b02dcd89f33.zip
Relevant BUGIDs: 485454
Purpose of commit: cleanup Commit summary: --------------- The malloc debugging stuff appears to have had a few residual issues that I've fixed (trying to resolve another checkin!).
Diffstat (limited to 'libpam/Makefile')
-rw-r--r--libpam/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpam/Makefile b/libpam/Makefile
index 61958527..cf49f627 100644
--- a/libpam/Makefile
+++ b/libpam/Makefile
@@ -44,7 +44,7 @@ else
MODULES =
endif
-ifdef WITH_MEMORY_DEBUG
+ifeq ($(WITH_MEMORY_DEBUG),yes)
EXTRAS += pam_malloc.o
endif