[Monodevelop-patches-list] r1890 - trunk/MonoDevelop/Core/src/Main/Base
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sun Jul 4 02:26:27 EDT 2004
Author: tberman
Date: 2004-07-04 02:26:27 -0400 (Sun, 04 Jul 2004)
New Revision: 1890
Modified:
trunk/MonoDevelop/Core/src/Main/Base/Makefile.am
Log:
small fix
Modified: trunk/MonoDevelop/Core/src/Main/Base/Makefile.am
===================================================================
--- trunk/MonoDevelop/Core/src/Main/Base/Makefile.am 2004-07-04 06:13:23 UTC (rev 1889)
+++ trunk/MonoDevelop/Core/src/Main/Base/Makefile.am 2004-07-04 06:26:27 UTC (rev 1890)
@@ -388,7 +388,7 @@
perl -x$(srcdir)/../../../build/data/resources/icons -w $(srcdir)/./Services/process-icons.pl > $(srcdir)/Services/StockIcons.cs
assemblydir = $(libdir)/monodevelop/bin
-assembly_DATA = $(ASSEMBLY)
+assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).config
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).config
More information about the Monodevelop-patches-list
mailing list