Makefile.am: add isl_val_private.h to libisl.la sources
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Jun 2013 12:34:19 +0000 (14:34 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Jun 2013 12:34:34 +0000 (14:34 +0200)
This was missing from 73d4b81 (add isl_val abstraction,
Sun Apr 21 22:59:57 2013 +0200).

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am

index 9ac9ccd..834b7e8 100644 (file)
@@ -139,6 +139,7 @@ libisl_la_SOURCES = \
        isl_union_map_private.h \
        isl_val.c \
        isl_val_gmp.c \
+       isl_val_private.h \
        isl_vec.c \
        isl_version.c \
        isl_vertices_private.h \