From 5d6ac5ea72a2d8acfd90ec104d735af06b9cb572 Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Fri, 9 Sep 2011 18:53:01 +0000 Subject: [PATCH] BRANCH-1.5: fixed autotools for new indexer option --- libopenjpeg/jpwl/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libopenjpeg/jpwl/Makefile.am b/libopenjpeg/jpwl/Makefile.am index c6b6a7aa..8677a399 100644 --- a/libopenjpeg/jpwl/Makefile.am +++ b/libopenjpeg/jpwl/Makefile.am @@ -21,7 +21,12 @@ OPJ_SRC = \ ../t1_generate_luts.c \ ../t2.c \ ../tcd.c \ -../tgt.c +../tgt.c \ +../cidx_manager.c \ +../phix_manager.c \ +../ppix_manager.c \ +../thix_manager.c \ +../tpix_manager.c libopenjpeg_JPWL_la_CPPFLAGS = \ -I. \