use uint_32_t from stdint.h instead of u_int_32_t
[platform/upstream/isl.git] / Makefile.am
index ac729ae..e6e3dca 100644 (file)
@@ -5,6 +5,8 @@ endif
 SUBDIRS = $(MAYBE_PIPLIB) .
 DIST_SUBDIRS = $(MAYBE_PIPLIB)
 
+ACLOCAL_AMFLAGS = -I m4
+
 lib_LTLIBRARIES = libisl.la
 noinst_PROGRAMS = isl_test
 TESTS = isl_test
@@ -36,6 +38,7 @@ libisl_la_SOURCES = \
        $(ISL_POLYLIB) \
        isl_affine_hull.c \
        isl_blk.c \
+       isl_constraint.c \
        isl_convex_hull.c \
        isl_ctx.c \
        isl_equalities.c \
@@ -44,6 +47,7 @@ libisl_la_SOURCES = \
        isl_input.c \
        isl_input_omega.c \
        isl_input_omega.h \
+       isl_list.c \
        isl_lp.c \
        isl_map.c \
        isl_map_private.h \
@@ -75,10 +79,14 @@ libisl_la_CPPFLAGS = -I$(srcdir)/include -Iinclude/ \
 isl_test_CPPFLAGS = -I$(srcdir)/include -Iinclude/
 isl_test_LDADD = libisl.la
 
+nodist_pkginclude_HEADERS = \
+       include/isl_ctx.h \
+       include/isl_stdint.h
 pkginclude_HEADERS = \
        include/isl_blk.h \
-       include/isl_ctx.h \
+       include/isl_constraint.h \
        include/isl_int.h \
+       include/isl_list.h \
        include/isl_lp.h \
        include/isl_lp_piplib.h \
        include/isl_map.h \