Files
freeipa/daemons/Makefile.am
T

25 lines
522 B
Makefile
Raw Normal View History

2009-02-02 13:50:53 -05:00
# This file will be processed with automake-1.7 to create Makefile.in
#
2015-03-18 17:09:06 +00:00
AUTOMAKE_OPTIONS = 1.7 subdir-objects
2009-02-02 13:50:53 -05:00
NULL =
nodist_noinst_HEADERS = ipa-version.h
noinst_HEADERS = ipa-version.h.in
2009-02-02 13:50:53 -05:00
SUBDIRS = \
. \
dnssec \
2011-05-19 16:24:57 -04:00
ipa-kdb \
2009-02-02 13:50:53 -05:00
ipa-slapi-plugins \
2011-10-25 10:33:30 +02:00
ipa-sam \
ipa-otpd \
2009-02-02 13:50:53 -05:00
$(NULL)
ipa-version.h: ipa-version.h.in $(top_builddir)/$(CONFIG_STATUS)
$(AM_V_GEN)sed \
-e 's|@DATA_VERSION[@]|$(DATA_VERSION)|g' \
-e 's|@NUM_VERSION[@]|$(NUM_VERSION)|g' \
-e 's|@VERSION[@]|$(VERSION)|g' \
$< > $@