mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 16:51:55 -06:00
1eec34393b
Also handle syntax errors a bit more gracefully and allow the updater to work on more than one file at a time. Adjust to new config.py and use a custom exception class for syntax errors. Also fix a error in parsing the separate files Include slapi-nis in Requires Includes work provided by Martin Nagy 460055
25 lines
321 B
Makefile
25 lines
321 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
share \
|
|
updates \
|
|
$(NULL)
|
|
|
|
sbin_SCRIPTS = \
|
|
ipa-server-install \
|
|
ipa-replica-install \
|
|
ipa-replica-prepare \
|
|
ipa-replica-manage \
|
|
ipa-server-certinstall \
|
|
ipactl \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
$(sbin_SCRIPTS) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|