summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-02-18 03:03:31 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-02-18 03:03:31 +0000
commitfe18f187e6553f814d45f714b35e19011b1014b4 (patch)
treeece2fb807a9b69c1e6643832612b89c44c78c4ce /modules
parent585361e3edda12751c3620012fc70d68984b7d8d (diff)
Relevant BUGIDs: 132880
Purpose of commit: bugfix Commit summary: --------------- wasn't linking conv.o into the module.
Diffstat (limited to 'modules')
-rw-r--r--modules/pam_userdb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pam_userdb/Makefile b/modules/pam_userdb/Makefile
index aeee0c03..40687f8d 100644
--- a/modules/pam_userdb/Makefile
+++ b/modules/pam_userdb/Makefile
@@ -28,6 +28,8 @@ include ../dont_makefile
else
+MODULE_SIMPLE_EXTRAFILES = conv
+
include ../Simple.Rules
endif