Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2007-11-03 02:25:44 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2007-11-03 02:25:44 +0300
commitcbc7cd7f76ee46f19e4dc6fdb3e3d23d4cacb731 (patch)
tree6aba1ade12a3fcb92f7c341b9aef79d5ea59d114
parentae76041a461c1fbb596a32ab6a5cf93d7abb94d4 (diff)
2007-11-02 Michael Hutchinson <mhutchinson@novell.com>
* contrib/Mono.Cecil/Makefile.am: Fix dist. svn path=/trunk/monodevelop/; revision=88757
-rw-r--r--ChangeLog4
-rw-r--r--contrib/Mono.Cecil/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 973cc094be..757af8077c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-02 Michael Hutchinson <mhutchinson@novell.com>
+
+ * contrib/Mono.Cecil/Makefile.am: Fix dist.
+
2007-10-31 Michael Hutchinson <mhutchinson@novell.com>
* contrib/contrib.mds:
diff --git a/contrib/Mono.Cecil/Makefile.am b/contrib/Mono.Cecil/Makefile.am
index f152e9b44f..4f4b16ecbe 100644
--- a/contrib/Mono.Cecil/Makefile.am
+++ b/contrib/Mono.Cecil/Makefile.am
@@ -54,4 +54,4 @@ assemblydir = $(MD_ASSEMBLY_DIR)
assembly_DATA = $(CECIL) $(CECIL_MDB) $(CECIL_DEBUG) $(CECIL_MDB_DEBUG)
CLEANFILES = $(CECIL) $(CECIL_MDB) $(CECIL_DEBUG) $(CECIL_MDB_DEBUG)
-EXTRA_DIST = $(CECIL_DIST) $(CECIL_DIR)/Mono.Cecil.dll.sources $(CECIL_MDB_DIR)/Mono.Cecil.Mdb.dll.sources stripnewline.sed
+EXTRA_DIST = $(CECIL_DIST) $(CECIL_DIR)/Mono.Cecil.dll.sources $(CECIL_MDB_DIST) $(CECIL_MDB_DIR)/Mono.Cecil.Mdb.dll.sources stripnewline.sed