From 849aa0c0521de1ab847223105293dc62baa127e5 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 26 Sep 2011 11:55:31 +0200 Subject: [PATCH] only distribute bundled submodules Signed-off-by: Sven Verdoolaege --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 0acf639..0ef569f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ if BUNDLED_ISL endif SUBDIRS = $(MAYBE_ISL) . +DIST_SUBDIRS = $(MAYBE_ISL) FORCE: isl/libisl.la: FORCE -- 2.11.4.GIT