summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-02 19:50:03 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-09 13:08:32 +0100
commit53cd71a63c7d6ba97a5593e5a8922af71c5a4b6f (patch)
treebfbdcfd045157df0d6d7f2860773642e8585420d /daemons
parent278cda7ede3777f61f31ec77199d02954512e133 (diff)
downloadfreeipa-53cd71a63c7d6ba97a5593e5a8922af71c5a4b6f.tar.gz
freeipa-53cd71a63c7d6ba97a5593e5a8922af71c5a4b6f.tar.xz
freeipa-53cd71a63c7d6ba97a5593e5a8922af71c5a4b6f.zip
Build: fix distribution of daemons/ipa-slapi-plugins/ipa-pwd-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-pwd-extop/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am b/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
index a9bfd0c4a..f9e32d95f 100644
--- a/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
@@ -42,7 +42,9 @@ libipa_pwd_extop_la_SOURCES = \
encoding.c \
prepost.c \
ipa_pwd_extop.c \
+ ipapwd.h \
otpctrl.c \
+ otpctrl.h \
$(KRB5_UTIL_SRCS) \
$(NULL)