diff options
Diffstat (limited to 'mj2/Makefile.am')
| -rw-r--r-- | mj2/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mj2/Makefile.am b/mj2/Makefile.am index b5495387..5e7a0ae9 100644 --- a/mj2/Makefile.am +++ b/mj2/Makefile.am @@ -1,7 +1,7 @@ COMPILERFLAGS = -Wall -static USERLIBS = -INCLUDES = -I.. -I. -I../libopenjpeg +INCLUDES = -I.. -I. -I../libopenjpeg -I../common if with_liblcms2 INCLUDES += @lcms2includes@ @@ -18,11 +18,11 @@ bin_PROGRAMS = frames_to_mj2 mj2_to_frames extract_j2k_from_mj2 wrap_j2k_in_mj2 CFLAGS = $(COMPILERFLAGS) $(INCLUDES) LDADD = ../libopenjpeg/libopenjpeg.la $(USERLIBS) -frames_to_mj2_SOURCES = ../codec/compat/getopt.c mj2_convert.c mj2.c \ +frames_to_mj2_SOURCES = ../common/getopt.c mj2_convert.c mj2.c \ frames_to_mj2.c -mj2_to_frames_SOURCES = ../codec/compat/getopt.c mj2_convert.c mj2.c \ - mj2_to_frames.c +mj2_to_frames_SOURCES = ../common/getopt.c mj2_convert.c mj2.c \ + ../common/color.c mj2_to_frames.c extract_j2k_from_mj2_SOURCES = mj2.c extract_j2k_from_mj2.c |
