Makefile.am for src dir added

This commit is contained in:
2010-04-22 14:12:18 +00:00
parent 239b2b632f
commit 3875c7c7ff
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -383,6 +383,7 @@ src/Fortran/H5PartF.c -text
src/Fortran/H5PartF90.inc -text
src/Fortran/TestUnderscore.f -text
src/Fortran/TestUnderscoreC.c -text
src/Makefile.am -text
src/h5core/Makefile.am -text
src/h5core/h5_attribs.c -text
src/h5core/h5_core_private.h -text
+1
View File
@@ -573,6 +573,7 @@ AC_SUBST(TOOLS_HDFLIB)
AC_CONFIG_FILES([
Makefile
doc/Makefile
src/Makefile
src/C/Makefile
src/h5core/Makefile
test/Makefile
+3
View File
@@ -0,0 +1,3 @@
# test level Makefile.am
SUBDIRS = h5core C