diff extra.mk.in @ 4316:e55ecfc55d06

linkage to libSM should use pkg-config otherwise link error might occur on x86_64 dual libs environment.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Tue, 04 Mar 2008 21:00:55 +0900
parents 74c6f3d3cf1d
children 9888a5613ccc
line wrap: on
line diff
--- a/extra.mk.in	Mon Mar 03 18:42:36 2008 +0000
+++ b/extra.mk.in	Tue Mar 04 21:00:55 2008 +0900
@@ -339,3 +339,5 @@
 PCH ?= @PCH@
 IMPLIB_LIBS = @IMPLIB_LIBS@
 SIMD_CFLAGS ?= @SIMD_CFLAGS@
+SM_CFLAGS ?= @sm_CFLAGS@
+SM_LIBS ?= @sm_LIBS@