summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-slapi-plugins/ipa-cldap
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-02 17:44:47 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-09 13:08:32 +0100
commit4fb2f535ca73dd16738ce4a3b692931fb26227aa (patch)
treee8a12f30aaf9919bc419d1cd0a0bd531a95f0daa /daemons/ipa-slapi-plugins/ipa-cldap
parent684a2c6a58b99a72f68e4c7f827d6601007cea26 (diff)
downloadfreeipa-4fb2f535ca73dd16738ce4a3b692931fb26227aa.tar.gz
freeipa-4fb2f535ca73dd16738ce4a3b692931fb26227aa.tar.xz
freeipa-4fb2f535ca73dd16738ce4a3b692931fb26227aa.zip
Build: fix distribution of daemons/ipa-slapi-plugins/ipa-cldap 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/ipa-slapi-plugins/ipa-cldap')
-rw-r--r--daemons/ipa-slapi-plugins/ipa-cldap/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-cldap/Makefile.am b/daemons/ipa-slapi-plugins/ipa-cldap/Makefile.am
index 453f5ee89..037c0fcfa 100644
--- a/daemons/ipa-slapi-plugins/ipa-cldap/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-cldap/Makefile.am
@@ -24,6 +24,7 @@ libipa_cldap_la_SOURCES = \
ipa_cldap_netlogon.c \
ipa_cldap_worker.c \
ipa_cldap.c \
+ ipa_cldap.h \
$(NULL)
libipa_cldap_la_LDFLAGS = -avoid-version