Revision: 34055
          http://brlcad.svn.sourceforge.net/brlcad/?rev=34055&view=rev
Author:   indianlarry
Date:     2009-03-18 12:18:28 +0000 (Wed, 18 Mar 2009)

Log Message:
-----------
Added standard C++ library via LIBSTDCXX variable to build where needed.

Modified Paths:
--------------
    brlcad/trunk/src/other/step/src/cldai/Makefile.am
    brlcad/trunk/src/other/step/src/cleditor/Makefile.am
    brlcad/trunk/src/other/step/src/clstepcore/Makefile.am
    brlcad/trunk/src/other/step/src/clutils/Makefile.am

Modified: brlcad/trunk/src/other/step/src/cldai/Makefile.am
===================================================================
--- brlcad/trunk/src/other/step/src/cldai/Makefile.am   2009-03-17 19:55:20 UTC 
(rev 34054)
+++ brlcad/trunk/src/other/step/src/cldai/Makefile.am   2009-03-18 12:18:28 UTC 
(rev 34055)
@@ -18,7 +18,8 @@
 libstepdai_la_SOURCES = 
 libstepdai_la_LDFLAGS =
 libstepdai_la_LIBADD = \
-       libstepdai_nil.la
+       libstepdai_nil.la \
+       ${LIBSTDCXX}
 
 noinst_HEADERS = \
        ErrorMap.hh \

Modified: brlcad/trunk/src/other/step/src/cleditor/Makefile.am
===================================================================
--- brlcad/trunk/src/other/step/src/cleditor/Makefile.am        2009-03-17 
19:55:20 UTC (rev 34054)
+++ brlcad/trunk/src/other/step/src/cleditor/Makefile.am        2009-03-18 
12:18:28 UTC (rev 34055)
@@ -22,7 +22,8 @@
 libstepeditor_la_SOURCES = 
 libstepeditor_la_LDFLAGS =
 libstepeditor_la_LIBADD = \
-       libstepeditor_nil.la
+       libstepeditor_nil.la \
+       ${LIBSTDCXX}
 
 noinst_HEADERS = \
        cmdmgr.h \

Modified: brlcad/trunk/src/other/step/src/clstepcore/Makefile.am
===================================================================
--- brlcad/trunk/src/other/step/src/clstepcore/Makefile.am      2009-03-17 
19:55:20 UTC (rev 34054)
+++ brlcad/trunk/src/other/step/src/clstepcore/Makefile.am      2009-03-18 
12:18:28 UTC (rev 34055)
@@ -61,7 +61,8 @@
 libstepcore_la_SOURCES = 
 libstepcore_la_LDFLAGS =
 libstepcore_la_LIBADD = \
-       libstepcore_nil.la
+       libstepcore_nil.la \
+       ${LIBSTDCXX}
 
 EXTRA_DIST = \
        ExpDict.h.s \

Modified: brlcad/trunk/src/other/step/src/clutils/Makefile.am
===================================================================
--- brlcad/trunk/src/other/step/src/clutils/Makefile.am 2009-03-17 19:55:20 UTC 
(rev 34054)
+++ brlcad/trunk/src/other/step/src/clutils/Makefile.am 2009-03-18 12:18:28 UTC 
(rev 34055)
@@ -17,7 +17,8 @@
 libsteputils_la_SOURCES = 
 libsteputils_la_LDFLAGS =
 libsteputils_la_LIBADD = \
-       libsteputils_nil.la
+       libsteputils_nil.la \
+       ${LIBSTDCXX}
 
 noinst_HEADERS = \
        dirobj.h \


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to