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

SUBDIRS = systemd

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

CLEANFILES = $(nodist_sysconfenv_DATA)

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