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
345 B
15 lines
345 B
SUBDIRS = ksquirrel-libs-png
|
|
|
|
INCLUDES = -I../include -Iksquirrel-libs-png
|
|
|
|
pkglib_LTLIBRARIES = libkls_png.la
|
|
|
|
libkls_png_la_SOURCES = fmt_codec_png.cpp fmt_codec_png_defs.h
|
|
|
|
libkls_png_la_LDFLAGS = ${SQ_RELEASE}
|
|
|
|
libkls_png_la_LIBADD = ${SQ_LOCAL_RPATH} -Lksquirrel-libs-png -lksquirrel-libs-png
|
|
|
|
EXTRA_DIST = README
|
|
|
|
AM_CXXFLAGS = -DCODEC_PNG
|