summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-02 17:36:48 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-09 13:08:32 +0100
commit0d5fe1dba0459b09bc7518d34c58444c96435801 (patch)
treea174de69e81e7ba2b97e304fe8080c7249bc6c49 /client
parentc951a491a9082b8b5931782f45f82e251eb93c3c (diff)
downloadfreeipa-0d5fe1dba0459b09bc7518d34c58444c96435801.tar.gz
freeipa-0d5fe1dba0459b09bc7518d34c58444c96435801.tar.xz
freeipa-0d5fe1dba0459b09bc7518d34c58444c96435801.zip
Build: fix distribution of client header file
https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 0a146f082..0a451e593 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -92,6 +92,9 @@ SUBDIRS = \
man \
$(NULL)
+noinst_HEADERS = \
+ ipa-client-common.h
+
EXTRA_DIST = \
$(sbin_SCRIPTS) \
$(NULL)