summaryrefslogtreecommitdiff
path: root/test/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.sources')
-rw-r--r--test/Makefile.sources8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Makefile.sources b/test/Makefile.sources
index 0a56231..c9c6c4d 100644
--- a/test/Makefile.sources
+++ b/test/Makefile.sources
@@ -46,11 +46,11 @@ OTHERPROGRAMS = \
# Utility functions
libutils_sources = \
- utils.c \
- utils-prng.c \
+ utils/utils.c \
+ utils/utils-prng.c \
$(NULL)
libutils_headers = \
- utils.h \
- utils-prng.h \
+ utils/utils.h \
+ utils/utils-prng.h \
$(NULL)