Revision: 1897
http://complement.svn.sourceforge.net/complement/?rev=1897&view=rev
Author: complement
Date: 2008-06-16 03:38:45 -0700 (Mon, 16 Jun 2008)
Log Message:
-----------
Don't assume STLport presence
Modified Paths:
--------------
trunk/complement/explore/lib/exam/ut/Makefile
Modified: trunk/complement/explore/lib/exam/ut/Makefile
===================================================================
--- trunk/complement/explore/lib/exam/ut/Makefile 2008-06-14 21:50:39 UTC (rev 1896)
+++ trunk/complement/explore/lib/exam/ut/Makefile 2008-06-16 10:38:45 UTC (rev 1897)
@@ -11,8 +11,6 @@
LIBEXAM_DIR = ${CoMT_DIR}/lib/exam
LIBXMT_DIR = ${CoMT_DIR}/lib/mt
-LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR}
-
ifeq ($(OSNAME),linux)
release-shared: LDFLAGS += -L${LIBEXAM_DIR}/${OUTPUT_DIR} -L$(LIBXMT_DIR)/${OUTPUT_DIR} -Wl,--rpath=${LIBEXAM_DIR}/${OUTPUT_DIR}:$(LIBXMT_DIR)/${OUTPUT_DIR}:${STLPORT_LIB_DIR}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|