[Monodevelop-patches-list] r2105 - in trunk/MonoDevelop: . Core/gdldock/sources/gdl build/AddIns/AddIns/Misc

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sun Jan 2 17:55:39 EST 2005


Author: tberman
Date: 2005-01-02 17:55:39 -0500 (Sun, 02 Jan 2005)
New Revision: 2105

Removed:
   trunk/MonoDevelop/build/AddIns/AddIns/Misc/Sonata/
Modified:
   trunk/MonoDevelop/Core/gdldock/sources/gdl/Makefile.am
   trunk/MonoDevelop/build/AddIns/AddIns/Misc/Makefile.am
   trunk/MonoDevelop/configure.in
Log:
remove cruft


Modified: trunk/MonoDevelop/Core/gdldock/sources/gdl/Makefile.am
===================================================================
--- trunk/MonoDevelop/Core/gdldock/sources/gdl/Makefile.am	2005-01-02 22:46:35 UTC (rev 2104)
+++ trunk/MonoDevelop/Core/gdldock/sources/gdl/Makefile.am	2005-01-02 22:55:39 UTC (rev 2105)
@@ -66,11 +66,6 @@
 
 # Install built library to build/bin
 
-# The `pwd` is a hack, but libtool wants an absolute path, and
-# top_builddir is apparently always relative to the current dir.
-# When we depend on Autoconf 2.53 we can use @abs_top_builddir@
-# instead.
-
 all-local:
 	$(LIBTOOL) --mode=install $(INSTALL) libgdldock.la @abs_top_builddir@/build/bin
 	$(INSTALL_DATA) $(dist_gdldocklib_cruft) $(top_builddir)/build/bin

Modified: trunk/MonoDevelop/build/AddIns/AddIns/Misc/Makefile.am
===================================================================
--- trunk/MonoDevelop/build/AddIns/AddIns/Misc/Makefile.am	2005-01-02 22:46:35 UTC (rev 2104)
+++ trunk/MonoDevelop/build/AddIns/AddIns/Misc/Makefile.am	2005-01-02 22:55:39 UTC (rev 2105)
@@ -1 +1 @@
-SUBDIRS = StartPage Sonata
+SUBDIRS = StartPage

Modified: trunk/MonoDevelop/configure.in
===================================================================
--- trunk/MonoDevelop/configure.in	2005-01-02 22:46:35 UTC (rev 2104)
+++ trunk/MonoDevelop/configure.in	2005-01-02 22:55:39 UTC (rev 2105)
@@ -192,7 +192,6 @@
 build/AddIns/AddIns/BackendBindings/templates/Makefile
 build/AddIns/AddIns/Misc/Makefile
 build/AddIns/AddIns/Misc/StartPage/Makefile
-build/AddIns/AddIns/Misc/Sonata/Makefile
 Core/src/AddIns/DebuggerAddIn/AssemblyInfo.cs
 Core/src/AddIns/DisplayBindings/SourceEditor/AssemblyInfo.cs
 Core/src/AddIns/Misc/StartPage/AssemblyInfo.cs




More information about the Monodevelop-patches-list mailing list