summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-02 19:42:35 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-09 13:08:32 +0100
commit14bce67cf0cad1aecc132a2c67ad2dc686bcd2af (patch)
tree058ef416473393d746b377cf2d91e780bc1747fd /daemons
parent4fb2f535ca73dd16738ce4a3b692931fb26227aa (diff)
downloadfreeipa-14bce67cf0cad1aecc132a2c67ad2dc686bcd2af.tar.gz
freeipa-14bce67cf0cad1aecc132a2c67ad2dc686bcd2af.tar.xz
freeipa-14bce67cf0cad1aecc132a2c67ad2dc686bcd2af.zip
Build: fix distribution of daemons/ipa-slapi-plugins/ipa-exdom-extop files
All the headers are now listed in _SOURCES variable. It seems weird but this is what GNU Automake manual suggests in section 9.2 Header files: Headers used by programs or convenience libraries are not installed. The noinst_HEADERS variable can be used for such headers. However when the header actually belongs to a single convenience library or program, we recommend listing it in the program’s or library’s _SOURCES variable (see Program Sources) instead of in noinst_HEADERS. This is clearer for the Makefile.am reader. noinst_HEADERS would be the right variable to use in a directory containing only headers and no associated library or program. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'daemons')
-rw-r--r--daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am b/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am
index 3caad5325..a426353ae 100644
--- a/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am
@@ -21,6 +21,7 @@ plugin_LTLIBRARIES = \
$(NULL)
libipa_extdom_extop_la_SOURCES = \
+ ipa_extdom.h \
ipa_extdom_extop.c \
ipa_extdom_common.c \
$(NULL)
@@ -66,6 +67,7 @@ app_DATA = \
EXTRA_DIST = \
README \
+ test_data \
$(app_DATA) \
$(NULL)