diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mtx_spherical_harmonics/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtx_spherical_harmonics/configure.ac b/src/mtx_spherical_harmonics/configure.ac index a5b9ceb..23fc979 100644 --- a/src/mtx_spherical_harmonics/configure.ac +++ b/src/mtx_spherical_harmonics/configure.ac @@ -25,5 +25,5 @@ AC_CHECK_HEADERS([stdlib.h]) AC_FUNC_MALLOC AC_CHECK_FUNCS([pow]) -AC_CONFIG_FILES([Makefile test/Makefile]) +AC_CONFIG_FILES([Makefile cmdline/Makefile]) AC_OUTPUT |