File tree Expand file tree Collapse file tree 2 files changed +0
-557
lines changed Expand file tree Collapse file tree 2 files changed +0
-557
lines changed Original file line number Diff line number Diff line change 18
18
lib_LTLIBRARIES = \
19
19
libmono-profiler-aot.la \
20
20
libmono-profiler-aot-static.la \
21
- libmono-profiler-iomap.la \
22
- libmono-profiler-iomap-static.la \
23
21
libmono-profiler-log.la \
24
22
libmono-profiler-log-static.la \
25
23
libmono-profiler-coverage.la \
@@ -104,12 +102,6 @@ libmono_profiler_aot_la_LDFLAGS = $(prof_ldflags)
104
102
libmono_profiler_aot_static_la_SOURCES = aot.c
105
103
libmono_profiler_aot_static_la_LDFLAGS = -static
106
104
107
- libmono_profiler_iomap_la_SOURCES = iomap.c
108
- libmono_profiler_iomap_la_LIBADD = $(libmono_dep ) $(GLIB_LIBS ) $(LIBICONV )
109
- libmono_profiler_iomap_la_LDFLAGS = $(prof_ldflags )
110
- libmono_profiler_iomap_static_la_SOURCES = iomap.c
111
- libmono_profiler_iomap_static_la_LDFLAGS = -static
112
-
113
105
libmono_profiler_log_la_SOURCES = log.c log-args.c
114
106
libmono_profiler_log_la_LIBADD = $(libmono_dep ) $(GLIB_LIBS ) $(zlib_dep )
115
107
libmono_profiler_log_la_LDFLAGS = $(prof_ldflags )
You can’t perform that action at this time.
0 commit comments