2004-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mono / profiler / Makefile.am
1
2 INCLUDES = \
3         -fexceptions -DMONO_USE_EXC_TABLES      \
4         -I$(top_srcdir)         \
5         $(GMODULE_CFLAGS)               \
6         $(GLIB_CFLAGS)
7
8 if JIT_SUPPORTED
9
10 lib_LTLIBRARIES = libmono-profiler-cov.la
11 endif
12
13 libmono_profiler_cov_la_SOURCES = mono-cov.c
14 libmono_profiler_cov_la_LIBADD = $(top_builddir)/mono/mini/libmono.la
15