diff options
author | Justus Winter <[email protected]> | 2016-07-05 11:46:37 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-07-05 11:46:37 +0000 |
commit | 70bb71e51462e9d81eff80ef8308cd8e15ea96ca (patch) | |
tree | 447bca21acfe5ff276c9bc44401c1d189b3d02ef | |
parent | Fix minor memory leaks (diff) | |
download | libassuan-70bb71e51462e9d81eff80ef8308cd8e15ea96ca.tar.gz libassuan-70bb71e51462e9d81eff80ef8308cd8e15ea96ca.zip |
Fix distcheck.
* tests/Makefile.am (EXTRA_DIST): Drop compiled test.
Signed-off-by: Justus Winter <[email protected]>
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0ccb981..c9044a4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -20,7 +20,7 @@ TESTS_ENVIRONMENT = -EXTRA_DIST = motd ce-createpipe.c $(testtools) +EXTRA_DIST = motd ce-createpipe.c BUILT_SOURCES = CLEANFILES = |