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.
15 lines
380 B
15 lines
380 B
15 years ago
|
INCLUDES = -I../include
|
||
|
|
||
|
bin_SCRIPTS = ksquirrel-libs-leaf2ppm
|
||
|
|
||
|
pkglib_LTLIBRARIES = libkls_leaf.la
|
||
|
|
||
|
libkls_leaf_la_SOURCES = fmt_codec_pnm.cpp fmt_codec_pnm_defs.h
|
||
|
|
||
|
libkls_leaf_la_LDFLAGS = ${SQ_RELEASE}
|
||
|
|
||
|
libkls_leaf_la_LIBADD = ${SQ_LOCAL_RPATH}
|
||
|
|
||
|
AM_CXXFLAGS = -DCODEC_NETPBM -DCODEC_LEAF -DNETPBM_S=\"${bindir}/ksquirrel-libs-leaf2ppm\"
|
||
|
|
||
|
EXTRA_DIST = ksquirrel-libs-leaf2ppm.in
|