[cgma-dev] r6031 - cgm/branches/merge-cubit12/test

iulian at mcs.anl.gov iulian at mcs.anl.gov
Fri Mar 15 16:00:26 CDT 2013


Author: iulian
Date: 2013-03-15 16:00:25 -0500 (Fri, 15 Mar 2013)
New Revision: 6031

Modified:
   cgm/branches/merge-cubit12/test/Makefile.am
Log:
on mergecubit12.2 branch, shared build, we need this for ubuntu 12.04
(because of golden linker rule, depedent libraries need to be explicit)


Modified: cgm/branches/merge-cubit12/test/Makefile.am
===================================================================
--- cgm/branches/merge-cubit12/test/Makefile.am	2013-03-13 14:44:19 UTC (rev 6030)
+++ cgm/branches/merge-cubit12/test/Makefile.am	2013-03-15 21:00:25 UTC (rev 6031)
@@ -27,7 +27,7 @@
 
 check_PROGRAMS = $(TESTS)
 
-LDADD = ../libcgm.la
+LDADD = ../libcgm.la $(CGM_EXT_LIBS)
 AM_LDFLAGS += $(CGM_EXT_LDFLAGS) $(CGM_EXT_LTFLAGS)
 
 webcut_SOURCES = webcut.cpp



More information about the cgma-dev mailing list