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.
9 lines
249 B
9 lines
249 B
15 years ago
|
INCLUDES = -I../include @SQ_WMF_CFLAGS@
|
||
|
|
||
|
pkglib_LTLIBRARIES = libkls_wmf.la
|
||
|
|
||
|
libkls_wmf_la_SOURCES = fmt_codec_wmf.cpp wmf2mem.cpp fmt_codec_wmf_defs.h
|
||
|
|
||
|
libkls_wmf_la_LDFLAGS = ${SQ_RELEASE}
|
||
|
|
||
|
libkls_wmf_la_LIBADD = @SQ_WMF_LDFLAGS@ ${SQ_LOCAL_RPATH}
|