Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2008-05-21 13:53:44 +0400
committerLluis Sanchez <lluis@novell.com>2008-05-21 13:53:44 +0400
commit62810d6a1a4fce86c5a11d7e117eca1016ae27c7 (patch)
treeb8eed82327cbc0119b3dd738a50ff3e3529fa9d1 /main/src/addins/MonoDevelop.Autotools/CustomMakefile.cs
parente060377e505e523a829be000914fe617de0b5a22 (diff)
New project model changes.
svn path=/trunk/monodevelop/; revision=103657
Diffstat (limited to 'main/src/addins/MonoDevelop.Autotools/CustomMakefile.cs')
-rw-r--r--main/src/addins/MonoDevelop.Autotools/CustomMakefile.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.Autotools/CustomMakefile.cs b/main/src/addins/MonoDevelop.Autotools/CustomMakefile.cs
index 320f244e9a..ea26afd967 100644
--- a/main/src/addins/MonoDevelop.Autotools/CustomMakefile.cs
+++ b/main/src/addins/MonoDevelop.Autotools/CustomMakefile.cs
@@ -246,6 +246,8 @@ namespace MonoDevelop.Autotools
using (StreamWriter sw = new StreamWriter (fileName))
sw.Write (content);
+
+ FileService.NotifyFileChanged (fileName);
}
void ThrowMakefileVarNotFound (string var)