mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-12 17:21:55 -06:00
21 lines
404 B
Makefile
21 lines
404 B
Makefile
|
# 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' >$@
|