diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.am | 9 | ||||
-rw-r--r-- | build/certs/Makefile (renamed from build/certs/Makefile.am) | 2 |
2 files changed, 1 insertions, 10 deletions
diff --git a/build/Makefile.am b/build/Makefile.am deleted file mode 100644 index 11337b1..0000000 --- a/build/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ - -SUBDIRS = certs - -EXTRA_DIST = \ - Makefile.tests - -memcheck: - -leakcheck: diff --git a/build/certs/Makefile.am b/build/certs/Makefile index 031cba0..4e61b14 100644 --- a/build/certs/Makefile.am +++ b/build/certs/Makefile @@ -3,7 +3,7 @@ # We copy everything into its final location, and those test files are # distributed in the tarballs -TRUST = $(top_srcdir)/trust/tests +TRUST = ../../trust/tests prepare-certs: cp -v cacert3.der $(TRUST)/input/anchors |