diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-09-22 09:31:45 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-09-22 09:31:45 +0000 |
| commit | a5e442d49080933e8823cb8d2f2a2b00eac1153f (patch) | |
| tree | c4970cc2a0da5bea6878100cb1c29387ae4b00bd /libopenjpeg | |
| parent | 51513c4e6b65e086d71414a1e94430ad6726f957 (diff) | |
[trunk] WIP: fix build compilation (with autotools) with MJ2 option (credit to Winfried)
Diffstat (limited to 'libopenjpeg')
| -rw-r--r-- | libopenjpeg/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libopenjpeg/Makefile.am b/libopenjpeg/Makefile.am index c35134ba..87ffda9b 100644 --- a/libopenjpeg/Makefile.am +++ b/libopenjpeg/Makefile.am @@ -46,6 +46,7 @@ phix_manager.c \ ppix_manager.c \ thix_manager.c \ tpix_manager.c \ +function_list.c \ bio.h \ cio.h \ dwt.h \ @@ -68,7 +69,8 @@ t1_luts.h \ t2.h \ tcd.h \ tgt.h \ -cidx_manager.h +cidx_manager.h \ +function_list.h EXTRA_DIST = \ CMakeLists.txt |
