diff options
Diffstat (limited to 'tests/Makefile.am')
-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 cfa5043..7c61203 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -163,7 +163,7 @@ TESTS += explicit_bzero | |||
163 | check_PROGRAMS += explicit_bzero | 163 | check_PROGRAMS += explicit_bzero |
164 | explicit_bzero_SOURCES = explicit_bzero.c | 164 | explicit_bzero_SOURCES = explicit_bzero.c |
165 | if !HAVE_MEMMEM | 165 | if !HAVE_MEMMEM |
166 | explicit_bzero_SOURCES += memmem.c | 166 | explicit_bzero_SOURCES += compat/memmem.c |
167 | endif | 167 | endif |
168 | endif | 168 | endif |
169 | endif | 169 | endif |