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.
18 lines
455 B
18 lines
455 B
INCLUDES = -I../include
|
|
|
|
pkglib_LTLIBRARIES = libkls_tiff.la
|
|
|
|
libkls_tiff_la_SOURCES = fmt_codec_tiff.cpp fmt_codec_tiff_defs.h
|
|
|
|
libkls_tiff_la_LDFLAGS = ${SQ_RELEASE}
|
|
|
|
libkls_tiff_la_LIBADD = ${SQ_LOCAL_RPATH} -ltiff
|
|
|
|
EXTRA_DIST = libkls_tiff.so.ui
|
|
|
|
install-data-am:
|
|
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
|
|
$(INSTALL) --mode=0644 libkls_tiff.so.ui $(DESTDIR)$(pkgdatadir)/libkls_tiff.so.ui
|
|
|
|
AM_CXXFLAGS = -DTIFF_UI=\"${pkgdatadir}/libkls_tiff.so.ui\"
|