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.
10 lines
213 B
10 lines
213 B
15 years ago
|
INCLUDES = -I../include
|
||
|
|
||
|
pkglib_LTLIBRARIES = libkls_dds.la
|
||
|
|
||
|
libkls_dds_la_SOURCES = fmt_codec_dds.cpp fmt_codec_dds_defs.h dds.cpp
|
||
|
|
||
|
libkls_dds_la_LDFLAGS = ${SQ_RELEASE}
|
||
|
|
||
|
libkls_dds_la_LIBADD = ${SQ_LOCAL_RPATH}
|