freeipa/ipa-server/ipa-keytab-util/Makefile.am
Karl MacMillan edc7af1446 Add xml-rpc interface for getting keytabs.
Warning: this lacks any sort of authorization.
0001-01-01 00:00:00 +00:00

23 lines
391 B
Makefile

NULL =
sbin_PROGRAMS = \
ipa-keytab-util \
$(NULL)
ipa_keytab_util_SOURCES = \
ipa-keytab-util.c \
$(NULL)
ipa_keytab_util_LDADD = \
-lcap \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in
install-exec-hook:
-chown root:apache $(DESTDIR)$(sbindir)/ipa-keytab-util
-chmod o-rwxs $(DESTDIR)$(sbindir)/ipa-keytab-util
-chmod ug+s $(DESTDIR)$(sbindir)/ipa-keytab-util