isl_space.c: add missing include
[platform/upstream/isl.git] / Makefile.am
index 4954063..055cbc5 100644 (file)
@@ -66,6 +66,7 @@ libisl_la_SOURCES = \
        isl_convex_hull.c \
        isl_ctx.c \
        isl_ctx_private.h \
+       isl_deprecated.c \
        isl_dim.c \
        isl_dim_map.h \
        isl_dim_map.c \
@@ -82,8 +83,6 @@ libisl_la_SOURCES = \
        isl_hmap_map_basic_set.h \
        isl_ilp.c \
        isl_input.c \
-       isl_list.c \
-       isl_list_private.h \
        isl_local_space_private.h \
        isl_local_space.c \
        isl_lp.c \
@@ -121,6 +120,7 @@ libisl_la_SOURCES = \
        isl_scan.h \
        isl_schedule.c \
        isl_schedule_private.h \
+       isl_set_list.c \
        isl_sort.c \
        isl_sort.h \
        isl_space.c \
@@ -254,6 +254,7 @@ pkginclude_HEADERS = \
        include/isl/vertices.h
 
 EXTRA_DIST = \
+       LICENSE \
        isl_config_post.h \
        basis_reduction_templ.c \
        isl_list_templ.c \
@@ -274,6 +275,8 @@ EXTRA_DIST = \
        doc/mypod2latex \
        doc/manual.tex \
        doc/user.pod \
+       interface/all.h \
+       interface/isl.py.top \
        test_inputs
 
 dist-hook: