diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-09-09 18:53:01 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-09-09 18:53:01 +0000 |
| commit | 5d6ac5ea72a2d8acfd90ec104d735af06b9cb572 (patch) | |
| tree | eb55fce0b1ce0349176a0f288b9c80af56588257 /libopenjpeg/jpwl | |
| parent | 3d06f0307277d4372d83f06e96663f8d6a829ebc (diff) | |
BRANCH-1.5: fixed autotools for new indexer option
Diffstat (limited to 'libopenjpeg/jpwl')
| -rw-r--r-- | libopenjpeg/jpwl/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
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. \ |
