From a2fbdb1a3cd9d137010182be43fdf4ff8491dd9f Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 27 May 2011 15:12:38 +0200 Subject: Fix problems with 'make distcheck' --- tests/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index bb4bce3..bd72968 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/p11-kit \ - -Icutest \ + -I$(srcdir)/cutest \ -DSRCDIR=\"$(srcdir)\" \ -DP11_KIT_API_SUBJECT_TO_CHANGE @@ -23,4 +23,8 @@ uri_test_LDADD = \ check-am: ./hash-test ./conf-test - ./uri-test \ No newline at end of file + ./uri-test + +EXTRA_DIST = \ + cutest \ + files \ No newline at end of file -- cgit v1.1