diff options
author | Stef Walter <stef@thewalter.net> | 2014-01-14 10:00:36 +0100 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2014-01-14 11:28:43 +0100 |
commit | 1f4f072346e388d7b6b6cf79b111952069c4e95c (patch) | |
tree | 0aad4c4dcf331d084ac14802be97577ce10ff085 /build | |
parent | 9afb6eff85489614d0bc56a3a661473c25f9d892 (diff) |
Build in srcdir != builddir fashion by default
Naturally this doesn't apply to tarballs
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 |