From 9b0c49ca52389df07f91935d0963b6005c1a9ca4 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 22 Apr 2010 14:00:56 +0000 Subject: [PATCH] path adapted --- Makefile.am | 10 +++++----- configure.ac | 7 +++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index e5984bd..ac0b7b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ -SUBDIRS = \ - doc \ - src \ - src/h5_core \ - test \ +SUBDIRS = \ + doc \ + src/C \ + src/h5core \ + test \ tools MAINTAINERCLEANFILES = \ diff --git a/configure.ac b/configure.ac index cecf213..d843742 100644 --- a/configure.ac +++ b/configure.ac @@ -573,9 +573,8 @@ AC_SUBST(TOOLS_HDFLIB) AC_CONFIG_FILES([ Makefile doc/Makefile - src/Makefile - src/bindings/Makefile - src/h5_core/Makefile + src/C/Makefile + src/h5core/Makefile test/Makefile test/H5Part/Makefile test/H5Block/Makefile @@ -610,4 +609,4 @@ AC_MSG_RESULT([MPIINC = $MPIINC]) AC_MSG_RESULT([MPIROOT = $MPIROOT]) AC_MSG_RESULT([HDF5ROOT = $HDF5ROOT]) AC_MSG_RESULT([LDFLAGS = $LDFLAGS]) -AC_MSG_RESULT([ ]) \ No newline at end of file +AC_MSG_RESULT([ ])