[gnome-code-assistance] [backends/c] do not check configure.ac on find_subdir_with_path



commit 2775efd7d1771e478b8d81986ef266d463c2273d
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Nov 8 12:01:29 2013 +0100

    [backends/c] do not check configure.ac on find_subdir_with_path

 backends/c/makefileintegration.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/c/makefileintegration.py b/backends/c/makefileintegration.py
index 437d71e..8ce3207 100644
--- a/backends/c/makefileintegration.py
+++ b/backends/c/makefileintegration.py
@@ -99,7 +99,7 @@ class MakefileIntegration:
                 tpath = os.path.join(dirname, s, dname)
 
                 if os.path.isdir(tpath):
-                    mf = self._makefile_for(os.path.join(tpath, bname))
+                    mf = self._makefile_for(os.path.join(tpath, bname), False)
 
                     if not mf is None:
                         return mf


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]