summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-07-01 13:32:57 -0400
committerSimo Sorce <ssorce@redhat.com>2011-08-26 08:24:50 -0400
commit7ea0b5d56e2b157d7bcc15610d076e44f02beeda (patch)
tree404725ca27f85f162308d09a71ccc61cb6bb33d0 /daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
parenta1637d47c0ccd596305567f925ee611c00dfa899 (diff)
downloadfreeipa-7ea0b5d56e2b157d7bcc15610d076e44f02beeda.tar.gz
freeipa-7ea0b5d56e2b157d7bcc15610d076e44f02beeda.tar.xz
freeipa-7ea0b5d56e2b157d7bcc15610d076e44f02beeda.zip
ipa-pwd-extop: Use common password policy code
Diffstat (limited to 'daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am')
-rw-r--r--daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am b/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
index cc041aa4f..bdc583566 100644
--- a/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
@@ -2,7 +2,8 @@ NULL =
PLUGIN_COMMON_DIR=../common
KRB5_UTIL_DIR= ../../../util
-KRB5_UTIL_SRCS = $(KRB5_UTIL_DIR)/ipa_krb5.c
+KRB5_UTIL_SRCS = $(KRB5_UTIL_DIR)/ipa_krb5.c \
+ $(KRB5_UTIL_DIR)/ipa_pwd.c
INCLUDES = \
-I. \