First pass at some SELinux policies for the Shibboleth SP.
[shibboleth/sp.git] / selinux / Makefile.am
1 ## $Id$ 
2
3 AUTOMAKE_OPTIONS = foreign
4
5 varrundir = /var/run
6 BUILDFILES = shibshar.fc
7 CLEANFILES = $(BUILDFILES)
8
9 all-data-local: $(BUILDFILES)
10
11 install-data-local:     all-data-local
12
13 shibshar.fc: ${srcdir}/shibshar.fc.in Makefile ${top_builddir}/config.status
14         rm -f $@.tmp
15         sed < ${srcdir}/$@.in > $@.tmp \
16             -e 's:@-SBINDIR-@:${sbindir}:' \
17             -e 's:@-VARRUNDIR-@:${varrundir}:'
18         cmp -s $@ $@.tmp || mv $@.tmp $@
19         rm -f $@.tmp
20
21 EXTRA_DIST = .cvsignore shibshar.fc.in shibshar.te