From 95753d83797fa9a389c0c07f7cf545e90d7867d7 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Wed, 24 Sep 2008 09:30:25 -0500 Subject: [PATCH] Fix missing matrix.h in generated tarball. From Dodji Seketeli . After configuring cloog with the --with-ppl flag, I generate a tarball by doing 'make dist'. The tarball generates fine. However, the file source/ppl/matrix.h is missing from the generated tarball. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 25f4458..b1b827f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,7 @@ libcloog_la_SOURCES = \ source/@POLYHEDRAL_BACKEND@/clast.c \ source/@POLYHEDRAL_BACKEND@/domain.c \ source/@POLYHEDRAL_BACKEND@/matrix.c \ + source/@POLYHEDRAL_BACKEND@/matrix.h \ source/pprint.c \ source/program.c \ source/statement.c \ -- 2.11.4.GIT