Index: driver/cfa.cc
===================================================================
--- driver/cfa.cc	(revision 38d12e7f6c283023013e17e2ee375aeaa44c26f0)
+++ driver/cfa.cc	(revision eed6f5bc9dc486fb90ef781c3f1a8de6f8b6f3db)
@@ -414,5 +414,5 @@
 
 		// include the cfa library in case it's needed
-		args[nargs] = ( *new string( string("-L" ) + libdir + (intree ? "/src" : "")) ).c_str();
+		args[nargs] = ( *new string( string("-L" ) + libdir + (intree ? "/src/.libs" : "")) ).c_str();
 		nargs += 1;
 		args[nargs] = "-lcfa";
