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.
|
INCLUDES = -I../include
|
|
|
|
pkglib_LTLIBRARIES = libkls_mng.la
|
|
|
|
libkls_mng_la_SOURCES = fmt_codec_mng.cpp fmt_codec_mng_defs.h
|
|
|
|
libkls_mng_la_LDFLAGS = ${SQ_RELEASE}
|
|
|
|
libkls_mng_la_LIBADD = ${SQ_LOCAL_RPATH} -lmng
|