add missing header to dist tarball

This commit is contained in:
Felix Salfelder 2016-08-20 16:29:38 +01:00
parent 755f084e87
commit 1fa5887fee

View File

@ -107,4 +107,5 @@ encryptsave_test_CFLAGS = $(AUTOTEST_CFLAGS)
encryptsave_test_LDADD = $(AUTOTEST_LDADD)
EXTRA_DIST += $(top_srcdir)/auto_tests/friends_test.c
EXTRA_DIST += $(top_srcdir)/auto_tests/friends_test.c \
$(top_srcdir)/auto_tests/helpers.h