diff options
Diffstat (limited to 'util/test/allocator')
-rw-r--r-- | util/test/allocator/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/test/allocator/Makefile.am b/util/test/allocator/Makefile.am index 6c1aaca..d86b473 100644 --- a/util/test/allocator/Makefile.am +++ b/util/test/allocator/Makefile.am @@ -9,6 +9,6 @@ allocator_test_LDADD = \ INCLUDES = -I$(top_builddir)/include \ -I ../../../axiom/include \ -I ../../../include \ - -I ../../../cutest/include + -I ../../../test/cutest/include |