summaryrefslogtreecommitdiffstats
path: root/init/Makefile.am
blob: 47f844ac1b9e6e09a4f725de88bed4da8628635d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file will be processed with automake-1.7 to create Makefile.in
#
AUTOMAKE_OPTIONS = 1.7

SUBDIRS = systemd tmpfilesd

dist_sysconfenv_DATA = 		\
	ipa-dnskeysyncd		\
	ipa-ods-exporter

nodist_sysconfenv_DATA =	\
	ipa_memcached

CLEANFILES = $(nodist_sysconfenv_DATA)

dist_noinst_DATA = 		\
	ipa_memcached.in

%: %.in Makefile
	sed -e 's|@localstatedir[@]|$(localstatedir)|g' '$(srcdir)/$@.in' >$@