From bc2318ffd3e4bcc4ebdc765973b2453512587c43 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 9 Aug 2009 17:20:27 +0200 Subject: [PATCH] export isl_vec header --- Makefile.am | 6 +++--- isl_vec.h => include/isl_vec.h | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename isl_vec.h => include/isl_vec.h (100%) diff --git a/Makefile.am b/Makefile.am index 7e70db85..5d67188f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,8 +79,7 @@ libisl_la_SOURCES = \ isl_tab.c \ isl_tab.h \ isl_tab_pip.c \ - isl_vec.c \ - isl_vec.h + isl_vec.c EXTRA_libisl_la_SOURCES = \ isl_lp_piplib.c \ isl_lp_no_piplib.c \ @@ -130,7 +129,8 @@ pkginclude_HEADERS = \ include/isl_polylib.h \ include/isl_seq.h \ include/isl_set.h \ - include/isl_set_polylib.h + include/isl_set_polylib.h \ + include/isl_vec.h EXTRA_DIST = \ basis_reduction_templ.c \ diff --git a/isl_vec.h b/include/isl_vec.h similarity index 100% rename from isl_vec.h rename to include/isl_vec.h -- 2.11.4.GIT