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:
-rw-r--r--Mono.Profiler/heap-snapshot-explorer/ChangeLog3
-rw-r--r--Mono.Profiler/heap-snapshot-explorer/Makefile.am2
-rw-r--r--Mono.Profiler/heap-snapshot-viewer/ChangeLog3
-rw-r--r--Mono.Profiler/heap-snapshot-viewer/Makefile.am2
-rw-r--r--Mono.Profiler/profiler-decoder-library/ChangeLog3
-rw-r--r--Mono.Profiler/profiler-decoder-library/Makefile.am2
-rw-r--r--Mono.Profiler/profiler-file-decoder/ChangeLog3
-rw-r--r--Mono.Profiler/profiler-file-decoder/Makefile.am2
8 files changed, 16 insertions, 4 deletions
diff --git a/Mono.Profiler/heap-snapshot-explorer/ChangeLog b/Mono.Profiler/heap-snapshot-explorer/ChangeLog
index 450a8d4c..9d1037e0 100644
--- a/Mono.Profiler/heap-snapshot-explorer/ChangeLog
+++ b/Mono.Profiler/heap-snapshot-explorer/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-12 Massimiliano Mantione <massi@ximian.com>
+ * Makefile.am: Fixed for integration into mono-tools;
+
2008-08-04 Massimiliano Mantione <massi@ximian.com>
Removed .pc file generation.
diff --git a/Mono.Profiler/heap-snapshot-explorer/Makefile.am b/Mono.Profiler/heap-snapshot-explorer/Makefile.am
index 39bcb846..1da7d6c0 100644
--- a/Mono.Profiler/heap-snapshot-explorer/Makefile.am
+++ b/Mono.Profiler/heap-snapshot-explorer/Makefile.am
@@ -85,7 +85,7 @@ DLL_REFERENCES =
CLEANFILES = $(PROGRAMFILES)
-include $(top_srcdir)/Makefile.include
+include $(top_srcdir)/Mono.Profiler/Makefile.include
$(eval $(call emit-deploy-target,PROFILER_DECODER_LIBRARY_DLL))
diff --git a/Mono.Profiler/heap-snapshot-viewer/ChangeLog b/Mono.Profiler/heap-snapshot-viewer/ChangeLog
index d6bce14a..1b4087f4 100644
--- a/Mono.Profiler/heap-snapshot-viewer/ChangeLog
+++ b/Mono.Profiler/heap-snapshot-viewer/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-12 Massimiliano Mantione <massi@ximian.com>
+ * Makefile.am: Fixed for integration into mono-tools;
+
2008-08-04 Massimiliano Mantione <massi@ximian.com>
Added man page.
diff --git a/Mono.Profiler/heap-snapshot-viewer/Makefile.am b/Mono.Profiler/heap-snapshot-viewer/Makefile.am
index e3eb9eda..1f151257 100644
--- a/Mono.Profiler/heap-snapshot-viewer/Makefile.am
+++ b/Mono.Profiler/heap-snapshot-viewer/Makefile.am
@@ -112,7 +112,7 @@ DLL_REFERENCES =
CLEANFILES = $(PROGRAMFILES) $(LINUX_DESKTOPAPPLICATIONS) $(COMMONAPPLICATIONDATAROOT_MAN_MAN1) $(BINARIES)
-include $(top_srcdir)/Makefile.include
+include $(top_srcdir)/Mono.Profiler/Makefile.include
MPROF_HEAP_VIEWER = $(BUILD_DIR)/mprof-heap-viewer
MPROF_HEAP_VIEWER_DESKTOP = $(BUILD_DIR)/mprof-heap-viewer.desktop
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
diff --git a/Mono.Profiler/profiler-file-decoder/ChangeLog b/Mono.Profiler/profiler-file-decoder/ChangeLog
index 9a391a0b..831f15cf 100644
--- a/Mono.Profiler/profiler-file-decoder/ChangeLog
+++ b/Mono.Profiler/profiler-file-decoder/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-12 Massimiliano Mantione <massi@ximian.com>
+ * Makefile.am: Fixed for integration into mono-tools;
+
2008-08-04 Massimiliano Mantione <massi@ximian.com>
* Main.cs: Ignore (but print) decoding exceptions and process the
available data anyway.
diff --git a/Mono.Profiler/profiler-file-decoder/Makefile.am b/Mono.Profiler/profiler-file-decoder/Makefile.am
index 0b4f0982..df22b2bc 100644
--- a/Mono.Profiler/profiler-file-decoder/Makefile.am
+++ b/Mono.Profiler/profiler-file-decoder/Makefile.am
@@ -80,7 +80,7 @@ DLL_REFERENCES =
CLEANFILES = $(PROGRAMFILES) $(COMMONAPPLICATIONDATAROOT_MAN_MAN1) $(BINARIES)
-include $(top_srcdir)/Makefile.include
+include $(top_srcdir)/Mono.Profiler/Makefile.include
MPROF_DECODER_1 = $(BUILD_DIR)/man/man1/mprof-decoder.1
MPROF_DECODER = $(BUILD_DIR)/mprof-decoder