summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-09-29 14:19:04 -0600
committerRich Megginson <rmeggins@redhat.com>2010-10-01 17:02:53 -0600
commitd04ffbe70416df4b1b63e7d4e21dbcbb428afe49 (patch)
tree9f1126f0260c44b18abe4b5d568385fd0e3ae666 /Makefile.in
parent037623905acf1379c964821dbb00f82f2ef1ac95 (diff)
downloadds-d04ffbe70416df4b1b63e7d4e21dbcbb428afe49.tar.gz
ds-d04ffbe70416df4b1b63e7d4e21dbcbb428afe49.tar.xz
ds-d04ffbe70416df4b1b63e7d4e21dbcbb428afe49.zip
fix typos in Makefile.am, acctpolicy schema
Fixed some typos and copy/paste errors in Makefile.am and acctpolicy schema
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a4c8f9e0..9c94ff1a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1268,7 +1268,6 @@ server_LTLIBRARIES = libslapd.la libns-dshttpd.la
@enable_dna_TRUE@LIBDNA_PLUGIN = libdna-plugin.la
@enable_dna_TRUE@enable_dna = 1
@enable_bitwise_TRUE@LIBBITWISE_PLUGIN = libbitwise-plugin.la
-@enable_acctpolicy_TRUE@enable_bitwise = 1
@enable_bitwise_TRUE@enable_bitwise = 1
@enable_presence_TRUE@LIBPRESENCE_PLUGIN = libpresence-plugin.la
@enable_presence_TRUE@LIBPRESENCE_SCHEMA = $(srcdir)/ldap/schema/10presence.ldif
@@ -1277,6 +1276,7 @@ server_LTLIBRARIES = libslapd.la libns-dshttpd.la
@SELINUX_TRUE@POLICY_FC = selinux-built/dirsrv.fc
@enable_acctpolicy_TRUE@LIBACCTPOLICY_PLUGIN = libacctpolicy-plugin.la
@enable_acctpolicy_TRUE@LIBACCTPOLICY_SCHEMA = $(srcdir)/ldap/schema/60acctpolicy.ldif
+@enable_acctpolicy_TRUE@enable_acctpolicy = 1
serverplugin_LTLIBRARIES = libacl-plugin.la libattr-unique-plugin.la \
libback-ldbm.la libchainingdb-plugin.la libcollation-plugin.la \
libcos-plugin.la libderef-plugin.la libdes-plugin.la libdistrib-plugin.la \