summaryrefslogtreecommitdiffstats
path: root/init/Makefile.am
blob: 8f4d1d0a8f7e9739cf7587de6e000dd027a85146 (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 tmpfilesd

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

CLEANFILES = $(nodist_sysconfenv_DATA)

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