diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-05-27 15:12:38 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-05-27 15:12:38 +0200 |
commit | a2fbdb1a3cd9d137010182be43fdf4ff8491dd9f (patch) | |
tree | 304500ca80ee6ca0cd2ea8888f1ed8f48834d4ba /tests | |
parent | ad14c9c4c1345fe01336fc0d5bfccd3fca248ce1 (diff) |
Fix problems with 'make distcheck'
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
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 |