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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMassimiliano Mantione <massi@mono-cvs.ximian.com>2008-08-12 10:36:20 +0400
committerMassimiliano Mantione <massi@mono-cvs.ximian.com>2008-08-12 10:36:20 +0400
commit256e3255e3e7fbfd863bb640f5479a74284fff16 (patch)
tree5ffca4171b2188376ed94e2dc10177963875e6d2 /Mono.Profiler/profiler-decoder-library
parent623ae7f1601c53ee0ee32fce68af482419272fb4 (diff)
Modified makefiles for integration into mono-tools.
svn path=/trunk/mono-tools/; revision=110208
Diffstat (limited to 'Mono.Profiler/profiler-decoder-library')
-rw-r--r--Mono.Profiler/profiler-decoder-library/ChangeLog3
-rw-r--r--Mono.Profiler/profiler-decoder-library/Makefile.am2
2 files changed, 4 insertions, 1 deletions
diff --git a/Mono.Profiler/profiler-decoder-library/ChangeLog b/Mono.Profiler/profiler-decoder-library/ChangeLog
index 4c0b8a09..aa588dc9 100644
--- a/Mono.Profiler/profiler-decoder-library/ChangeLog
+++ b/Mono.Profiler/profiler-decoder-library/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-12 Massimiliano Mantione <massi@ximian.com>
+ * Makefile.am: Fixed for integration into mono-tools;
+
2008-08-05 Massimiliano Mantione <massi@ximian.com>
* Reader.cs: If the file is truncated "cleanly" do not throw exceptions.
diff --git a/Mono.Profiler/profiler-decoder-library/Makefile.am b/Mono.Profiler/profiler-decoder-library/Makefile.am
index a783624b..cba1cd47 100644
--- a/Mono.Profiler/profiler-decoder-library/Makefile.am
+++ b/Mono.Profiler/profiler-decoder-library/Makefile.am
@@ -63,7 +63,7 @@ DLL_REFERENCES =
CLEANFILES = $(PROGRAMFILES)
-include $(top_srcdir)/Makefile.include
+include $(top_srcdir)/Mono.Profiler/Makefile.include