mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -06:00
684a2c6a58
https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
32 lines
415 B
Makefile
32 lines
415 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
libotp \
|
|
ipa-cldap \
|
|
ipa-dns \
|
|
ipa-enrollment \
|
|
ipa-lockout \
|
|
ipa-modrdn \
|
|
ipa-otp-counter \
|
|
ipa-otp-lasttoken \
|
|
ipa-pwd-extop \
|
|
ipa-extdom-extop \
|
|
ipa-uuid \
|
|
ipa-version \
|
|
ipa-winsync \
|
|
ipa-sidgen \
|
|
ipa-range-check \
|
|
topology \
|
|
$(NULL)
|
|
|
|
noinst_HEADERS = \
|
|
common/util.h
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|