49295c119b
The profiler module will only work with mono, so we don't need to build it on Windows with the .Net framework.
10 lines
253 B
Makefile
10 lines
253 B
Makefile
|
|
if ENABLE_THREADCHECK
|
|
lib_LTLIBRARIES = libmono-profiler-gui-thread-check.la
|
|
endif
|
|
|
|
libmono_profiler_gui_thread_check_la_SOURCES = gui-thread-check.c
|
|
|
|
libmono_profiler_gui_thread_check_la_LIBADD = @PROFILER_LIBS@
|
|
|
|
AM_CPPFLAGS = @PROFILER_CFLAGS@ -Wall
|