blob: 4b3418e61900c6ef4af34debc2b6f274e81c3b31 (
plain)
1
2
3
4
5
6
7
8
9
|
INCLUDES = -I.. -I../include
lib_LTLIBRARIES = libSQ_codec_ttx.la
libSQ_codec_ttx_la_SOURCES = fmt_codec_ttx.cpp fmt_codec_ttx_defs.h
libSQ_codec_ttx_la_LDFLAGS = -release 0.1.0
libSQ_codec_ttx_la_LIBADD =
|