From f6161698827488cc21f3f3726d5af0cb2a89ce4b Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Fri, 14 Sep 2012 16:59:49 +0300 Subject: Implemented my_dirname and added unit tests for it. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6d3e348..a4c26a0 100644 --- a/configure.ac +++ b/configure.ac @@ -45,6 +45,7 @@ PKG_CHECK_MODULES([fuse], [fuse >= 2.5.3]) AC_CONFIG_FILES([Makefile \ src/Makefile \ - tests/Makefile]) + tests/Makefile \ + tests/internals/Makefile]) AC_OUTPUT -- cgit v1.2.3