[blam: 14/15] Be more explicit and allow building outside the source tree



commit 379e35c00b968974d01ac1bc5c16858454bd105a
Author: Carlos MartÃn Nieto <carlos cmartin tk>
Date:   Sun May 13 01:44:43 2012 +0200

    Be more explicit and allow building outside the source tree

 src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 89274d1..96035f7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -37,7 +37,7 @@ BLAM_CSFILES = Application.cs \
 	       Proxy.cs \
 	       ItemStore.cs \
 	       Filter.cs \
-	       gtk-sharp-beans/*.cs
+	       gtk-sharp-beans/Global.cs
 
 GENERATED_CSFILES = \
 	       Defines.cs
@@ -58,7 +58,7 @@ Defines.cs: Defines.cs.in ../config.log
 	sed -e "s|\ version\@|$(VERSION)|" \
 	    -e "s|\ datadir\@|$(datadir)|" \
 	    -e "s|\ codename\@|$(codename)|" \
-	    < Defines.cs.in > Defines.cs
+	    < $(top_srcdir)/src/Defines.cs.in > $(top_srcdir)/src/Defines.cs
 
 blamlibdir = $(prefix)/lib/blam
 blam.exe: $(BLAM_CSFILES) $(GENERATED_CSFILES) blam.glade 



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