mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 04:15:30 +00:00
bd41e1150d
This is a mono profiler module that can be used to detect when GTK or GDK methods are called from a thread which is not the main GUI thread. Thanks to Andrés Aragoneses for doing the work to bring this into Gtk#.
9 lines
222 B
Makefile
9 lines
222 B
Makefile
|
|
lib_LTLIBRARIES = libmono-profiler-gui-thread-check.la
|
|
|
|
libmono_profiler_gui_thread_check_la_SOURCES = gui-thread-check.c
|
|
|
|
libmono_profiler_gui_thread_check_la_LIBADD = @PROFILER_LIBS@
|
|
|
|
INCLUDES = @PROFILER_CFLAGS@ -Wall
|