summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makethird b/Makethird
index 1ce606ca..e53ab01b 100644
--- a/Makethird
+++ b/Makethird
@@ -157,6 +157,7 @@ OPENJPEG_LIB := $(OUT)/libopenjpeg.a
OPENJPEG_SRC := \
bio.c \
cio.c \
+ cidx_manager.c \
dwt.c \
event.c \
image.c \
@@ -167,12 +168,16 @@ OPENJPEG_SRC := \
mct.c \
mqc.c \
openjpeg.c \
+ phix_manager.c \
pi.c \
+ ppix_manager.c \
raw.c \
t1.c \
t2.c \
tcd.c \
tgt.c \
+ thix_manager.c \
+ tpix_manager.c \
$(OPENJPEG_LIB): $(addprefix $(OUT)/opj_, $(OPENJPEG_SRC:%.c=%.o))
$(OUT)/opj_%.o: $(OPENJPEG_DIR)/%.c | $(OUT)