tomboy r2309 - in trunk: . test



Author: sharm
Date: Sun Feb  1 20:06:00 2009
New Revision: 2309
URL: http://svn.gnome.org/viewvc/tomboy?rev=2309&view=rev

Log:
* tomboy/Makefile.include:
* tomboy/test/Makefile.am: Don't hardcode "gmcs" as the compiler.
Fixes bug #562846 (patch from James Westby).

Modified:
   trunk/ChangeLog
   trunk/Makefile.include
   trunk/test/Makefile.am

Modified: trunk/Makefile.include
==============================================================================
--- trunk/Makefile.include	(original)
+++ trunk/Makefile.include	Sun Feb  1 20:06:00 2009
@@ -10,7 +10,7 @@
 ## Build
 
 CSC_FLAGS = -debug
-CSC = gmcs $(CSC_FLAGS) -target:exe
+CSC = $(GMCS) $(CSC_FLAGS) -target:exe
 CSC_LIB = $(CSC) -target:library
 
 ## Runtime

Modified: trunk/test/Makefile.am
==============================================================================
--- trunk/test/Makefile.am	(original)
+++ trunk/test/Makefile.am	Sun Feb  1 20:06:00 2009
@@ -1,4 +1,4 @@
-CSC = gmcs
+CSC = $(GMCS)
 
 TARGET = TomboyTest.dll
 



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