rename isl_map_affine_hull.c to isl_affine_hull.c
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 14 Aug 2008 14:18:06 +0000 (16:18 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 25 Aug 2008 08:15:07 +0000 (10:15 +0200)
Makefile.am
isl_affine_hull.c [moved from isl_map_affine_hull.c with 100% similarity]

index 7008290..9ef7107 100644 (file)
@@ -31,6 +31,7 @@ endif
 libisl_la_SOURCES = \
        $(ISL_PIPLIB) \
        $(ISL_POLYLIB) \
+       isl_affine_hull.c \
        isl_blk.c \
        isl_blk.h \
        isl_ctx.c \
@@ -44,7 +45,6 @@ libisl_la_SOURCES = \
        isl_lp.c \
        isl_map.c \
        isl_map.h \
-       isl_map_affine_hull.c \
        isl_map_private.h \
        isl_mat.c \
        isl_mat.h \
similarity index 100%
rename from isl_map_affine_hull.c
rename to isl_affine_hull.c