aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_spherical_harmonics
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-02-10 12:03:57 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-02-10 12:03:57 +0000
commit07203fb8d606fe60248cc05af01fae81f758806f (patch)
tree56c85a3cf0420e47072112c9afe46d7f2b012fd0 /src/mtx_spherical_harmonics
parent352dc20fbb715698c4d6dfc9a2288f290627e07d (diff)
fix AC_CONFIG_FILES
svn path=/trunk/externals/iem/iemmatrix/; revision=14901
Diffstat (limited to 'src/mtx_spherical_harmonics')
-rw-r--r--src/mtx_spherical_harmonics/configure.ac2
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