summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-02 19:55:52 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-09 13:08:32 +0100
commit39b17ef2abd885ab87c1a39d3036f762b6b084c8 (patch)
treeb234f2b0097c4e0d4421cbefcbf0589f667f3fac /daemons
parent74820fe3d8774244476357036406014680d54211 (diff)
downloadfreeipa-39b17ef2abd885ab87c1a39d3036f762b6b084c8.tar.gz
freeipa-39b17ef2abd885ab87c1a39d3036f762b6b084c8.tar.xz
freeipa-39b17ef2abd885ab87c1a39d3036f762b6b084c8.zip
Build: fix distribution of daemons/ipa-slapi-plugins/ipa-winsync 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-winsync/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-winsync/Makefile.am b/daemons/ipa-slapi-plugins/ipa-winsync/Makefile.am
index aca4b9c26..0b32b84ff 100644
--- a/daemons/ipa-slapi-plugins/ipa-winsync/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-winsync/Makefile.am
@@ -21,6 +21,7 @@ plugin_LTLIBRARIES = \
libipa_winsync_la_SOURCES = \
ipa-winsync.c \
+ ipa-winsync.h \
ipa-winsync-config.c \
$(NULL)