Ryujinx-GtkSharp/gtk/gui-thread-check/profiler/Makefile.am
Bertrand Lorentz 49295c119b build: Only build gui-thread-check profiler module on mono
The profiler module will only work with mono, so we don't need to build
it on Windows with the .Net framework.
2014-02-23 16:18:28 +01:00

11 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