You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
280 B
11 lines
280 B
15 years ago
|
SUBDIRS = libjbig
|
||
|
|
||
|
INCLUDES = -I../include -Ilibjbig
|
||
|
|
||
|
pkglib_LTLIBRARIES = libkls_jbig.la
|
||
|
|
||
|
libkls_jbig_la_SOURCES = fmt_codec_jbig.cpp fmt_codec_jbig_defs.h jbig2mem.cpp jbig2mem.h
|
||
|
|
||
|
libkls_jbig_la_LDFLAGS = ${SQ_RELEASE}
|
||
|
|
||
|
libkls_jbig_la_LIBADD = ${SQ_LOCAL_RPATH} -Llibjbig -ljbig
|