From 24af2ae2a3f0610e530da2a9631c19410eadeac8 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 20 May 2016 18:09:28 +0200 Subject: [PATCH] src/Makefile.am: Python sub-dir added --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2e812d0..ac19dff 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = Fortran h5core C include +SUBDIRS = Fortran h5core C include Python