[genius] Mon Oct 19 15:59:28 2009 Jiri (George) Lebl <jirka 5z com>



commit ee1ee5c92b28b0eb91945f7ff96eb0a867cbd316
Author: Jiri (George) Lebl <jirka 5z com>
Date:   Mon Oct 19 15:59:32 2009 -0500

    Mon Oct 19 15:59:28 2009  Jiri (George) Lebl <jirka 5z com>
    
    	Patches from: Yaakov (Cygwin/X) yselkowitz at users dot sourceforge
            dot net
    
    	* configure.in: add EXEEXT to fix building on cygwin
    
    	* ve/Makefile.am: Fix parallel builds

 ChangeLog      |    9 +++++++++
 configure.in   |    4 ++--
 ve/Makefile.am |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index df130a0..16644b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Mon Oct 19 15:59:28 2009  Jiri (George) Lebl <jirka 5z com>
+
+	Patches from: Yaakov (Cygwin/X) yselkowitz at users dot sourceforge
+        dot net
+
+	* configure.in: add EXEEXT to fix building on cygwin
+
+	* ve/Makefile.am: Fix parallel builds
+
 Sun Oct 18 20:05:43 2009  Jiri (George) Lebl <jirka 5z com>
 
 	* src/gnome-genius.c: check events before executing a command line.
diff --git a/configure.in b/configure.in
index 6eb6bd0..a0315da 100644
--- a/configure.in
+++ b/configure.in
@@ -150,8 +150,8 @@ Note:
   VICIOUS_UI_LIBS="libviciousui.a"
   GTKEXTRA_LIBS="libgtkextra-genius.a"
   
-  GNOME_GENIUS=gnome-genius
-  GENIUS_READLINE_HELPER_FIFO=genius-readline-helper-fifo
+  GNOME_GENIUS="gnome-genius\$(EXEEXT)"
+  GENIUS_READLINE_HELPER_FIFO="genius-readline-helper-fifo\$(EXEEXT)"
   GNOME_GENIUS_DESKTOP_IN="gnome-genius.desktop.in"
 
 else
diff --git a/ve/Makefile.am b/ve/Makefile.am
index e512d8f..117ab47 100644
--- a/ve/Makefile.am
+++ b/ve/Makefile.am
@@ -50,7 +50,7 @@ test_ve_config_SOURCES = \
 	test-ve-config.c
 
 test_ve_config_LDADD = \
-	$(top_builddir)/ve/libvicious.a		\
+	libvicious.a				\
 	$(VICIOUS_LIBS)				\
 	$(INTLLIBS)				\
 	$(GLIB_LIBS)



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