[mistelix] Rebuild exe when changing the glade resources



commit c275dc451cefe1099e1d9c8f19abb3cce7c2edcf
Author: Jordi Mas <jmas softcatala org>
Date:   Tue Dec 22 15:03:03 2009 +0100

    Rebuild exe when changing the glade resources

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 612df9e..654260e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -105,7 +105,7 @@ bin_SCRIPTS = mistelix
 MISTELIX_CSFILES = $(MISTELIX_CSDISTFILES)	\
 	Defines.cs
 
-mistelix.exe: $(MISTELIX_CSFILES) 
+mistelix.exe: $(MISTELIX_CSFILES) mistelix.glade
 	$(CSC) -target:winexe -out:$@ $(EXTRAFLAGS) $(MISTELIX_CSFILES) $(ASSEMBLIES) $(RESOURCES)
 
 all: mistelix.exe



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