freeipa/daemons/ipa-slapi-plugins/Makefile.am
Sumit Bose bdb995194c Add range check preop plugin
To make sure that ID ranges do not overlap this plugin checks new
additions and changes for conflicts with existing ranges.

https://fedorahosted.org/freeipa/ticket/2185
2012-06-29 18:00:58 -04:00

24 lines
300 B
Makefile

NULL =
SUBDIRS = \
ipa-cldap \
ipa-enrollment \
ipa-lockout \
ipa-modrdn \
ipa-pwd-extop \
ipa-extdom-extop \
ipa-uuid \
ipa-version \
ipa-winsync \
ipa-sidgen \
ipa-range-check \
$(NULL)
EXTRA_DIST = \
README \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in