From 50ba923191f9715f99b64791e627d5a7bbab83b9 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 22 Apr 2010 11:06:39 +0000 Subject: [PATCH] reorganize language bindings --- .gitattributes | 1 - src/bindings/Makefile.am | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 src/bindings/Makefile.am diff --git a/.gitattributes b/.gitattributes index bfab404..ca2c8f9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -394,7 +394,6 @@ src/Fortran/H5PartF90.inc -text src/Fortran/TestUnderscore.f -text src/Fortran/TestUnderscoreC.c -text src/Makefile.am -text -src/bindings/Makefile.am -text src/h5_core/Makefile.am -text src/h5_core/h5_attribs.c -text src/h5_core/h5_attribs.h -text diff --git a/src/bindings/Makefile.am b/src/bindings/Makefile.am deleted file mode 100644 index 5694acd..0000000 --- a/src/bindings/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -#SUBDIRS = @BINDINGS@ -SUBDIRS = \ No newline at end of file