[Monodevelop-patches-list] r683 - trunk/MonoDevelop

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Tue Jan 27 13:21:25 EST 2004


Author: tberman
Date: 2004-01-27 13:21:25 -0500 (Tue, 27 Jan 2004)
New Revision: 683

Modified:
   trunk/MonoDevelop/Makefile
Log:
flush


Modified: trunk/MonoDevelop/Makefile
===================================================================
--- trunk/MonoDevelop/Makefile	2004-01-27 18:14:27 UTC (rev 682)
+++ trunk/MonoDevelop/Makefile	2004-01-27 18:21:25 UTC (rev 683)
@@ -54,7 +54,7 @@
 SourceEditor :
 	@ pkg-config gtksourceview-1.0  --atleast-version=0.7 || \
 	 (echo "You must have GtkSourceView, version 0.7 or greater installed, as well as the c# bindings" && exit 1)
-	@ test -f `pkg-config gtk-sharp --variable=prefix`/lib/gtk-sourceview-sharp.dll || \
+	@ test -f `pkg-config gtk-sharp --variable=prefix`/lib/gtksourceview-sharp.dll || \
 	 (echo "You must have the GtkSourceView bindings installed" && exit 1)
 	@ echo Building $@
 	$(QMAKE) -C src/AddIns/DisplayBindings/SourceEditor




More information about the Monodevelop-patches-list mailing list