summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-keytab-util/Makefile.am
blob: f0680e59821f4c290766cd938ad72b82b8744d95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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