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
205 B
10 lines
205 B
15 years ago
|
INCLUDES = -I../include
|
||
|
|
||
|
pkglib_LTLIBRARIES = libkls_pxr.la
|
||
|
|
||
|
libkls_pxr_la_SOURCES = fmt_codec_pxr.cpp fmt_codec_pxr_defs.h
|
||
|
|
||
|
libkls_pxr_la_LDFLAGS = ${SQ_RELEASE}
|
||
|
|
||
|
libkls_pxr_la_LIBADD = ${SQ_LOCAL_RPATH}
|