From 3875c7c7ff636352bdb0b4e087d7449a1393f807 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 22 Apr 2010 14:12:18 +0000 Subject: [PATCH] Makefile.am for src dir added --- .gitattributes | 1 + configure.ac | 1 + src/Makefile.am | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 src/Makefile.am diff --git a/.gitattributes b/.gitattributes index 0d51a17..7ab1664 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/configure.ac b/configure.ac index d843742..ba73632 100644 --- a/configure.ac +++ b/configure.ac @@ -573,6 +573,7 @@ AC_SUBST(TOOLS_HDFLIB) AC_CONFIG_FILES([ Makefile doc/Makefile + src/Makefile src/C/Makefile src/h5core/Makefile test/Makefile diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..226f3aa --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,3 @@ +# test level Makefile.am + +SUBDIRS = h5core C