summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-03-23 14:04:28 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-03-24 12:05:32 +0100
commit077f8c9ca849ec895da3f0a25d15484ead08e99e (patch)
tree2f291949392333f432c5f8de63b9894f5e5cd078
parent08f83281cf4b0f35e8569851fae7364e140371f9 (diff)
downloadsssd-077f8c9ca849ec895da3f0a25d15484ead08e99e.tar.gz
sssd-077f8c9ca849ec895da3f0a25d15484ead08e99e.tar.xz
sssd-077f8c9ca849ec895da3f0a25d15484ead08e99e.zip
BUILD: Add missing header file to tarball
make distcheck failed due to missing header file. ../src/tests/cmocka/test_ldap_auth.c:33:45: fatal error: tests/cmocka/test_expire_common.h: No such file or directory #include "tests/cmocka/test_expire_common.h" ^ compilation terminated. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b528b1a4e..38a2ee3e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -612,6 +612,7 @@ dist_noinst_HEADERS = \
src/tests/cmocka/common_mock_resp.h \
src/tests/cmocka/common_mock_sdap.h \
src/tests/cmocka/common_mock_sysdb_objects.h \
+ src/tests/cmocka/test_expire_common.h \
src/sss_client/ssh/sss_ssh_client.h \
src/sss_client/sudo/sss_sudo.h \
src/sss_client/libwbclient/libwbclient.h \