Index: driver/cfa.cc
===================================================================
--- driver/cfa.cc	(revision 7b3a6e63ee6eed4ce07650549824ebb9065b01d2)
+++ 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";
