aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2017-01-28 03:40:38 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2017-01-28 03:40:38 +0900
commit58eb645fdba229c1b214a0ac14f7365df171b62f (patch)
tree062683488b56d8a9f62a2d5772aff39edebb4268 /tests/Makefile.am
parentcb57534af8ce4cacd69a3edcd42bb8a6bcd0b40b (diff)
downloadportable-58eb645fdba229c1b214a0ac14f7365df171b62f.tar.gz
portable-58eb645fdba229c1b214a0ac14f7365df171b62f.tar.bz2
portable-58eb645fdba229c1b214a0ac14f7365df171b62f.zip
Copy libc compat files rather than adding into the repository
- remove the CP_LIBC files from repo - move tests/memmem.c to tests/compat/
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cfa5043..7c61203 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -163,7 +163,7 @@ TESTS += explicit_bzero
163check_PROGRAMS += explicit_bzero 163check_PROGRAMS += explicit_bzero
164explicit_bzero_SOURCES = explicit_bzero.c 164explicit_bzero_SOURCES = explicit_bzero.c
165if !HAVE_MEMMEM 165if !HAVE_MEMMEM
166explicit_bzero_SOURCES += memmem.c 166explicit_bzero_SOURCES += compat/memmem.c
167endif 167endif
168endif 168endif
169endif 169endif