summaryrefslogtreecommitdiff
path: root/libopenjpeg/Makefile.am
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2011-05-23 20:30:20 +0000
committerAntonin Descampe <antonin@gmail.com>2011-05-23 20:30:20 +0000
commit586581685c4b48a50e9cc3faa44ee58d0099af52 (patch)
treef85163af26db1bf735ce03560265d079286be5a2 /libopenjpeg/Makefile.am
parent88f43b15fab0c75c10635c9e3d6381e5d716b8e9 (diff)
fixed autotools (broken since the new directory structure) and added autotools as a build method for jpip (credit to Vincent Torri)
Diffstat (limited to 'libopenjpeg/Makefile.am')
-rw-r--r--libopenjpeg/Makefile.am13
1 files changed, 10 insertions, 3 deletions
diff --git a/libopenjpeg/Makefile.am b/libopenjpeg/Makefile.am
index 458f957a..c0dd1639 100644
--- a/libopenjpeg/Makefile.am
+++ b/libopenjpeg/Makefile.am
@@ -1,5 +1,11 @@
MAINTAINERCLEANFILES = Makefile.in
+SUBDIRS = .
+
+if WANT_JPWL
+SUBDIRS += jpwl
+endif
+
includesdir = $(includedir)/openjpeg-$(MAJOR_NR).$(MINOR_NR)
includes_HEADERS = openjpeg.h
@@ -31,6 +37,7 @@ openjpeg.c \
pi.c \
raw.c \
t1.c \
+t1_generate_luts.c \
t2.c \
tcd.c \
tgt.c \
@@ -47,15 +54,15 @@ jp2.h \
jpt.h \
mct.h \
mqc.h \
+opj_includes.h \
+opj_malloc.h \
pi.h \
raw.h \
t1.h \
t1_luts.h \
t2.h \
tcd.h \
-tgt.h \
-opj_malloc.h \
-opj_includes.h
+tgt.h
EXTRA_DIST = \
CMakeLists.txt