mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-27 15:55:30 +00:00
797382180b
It's just really a profiler module facility for GTK, so it's not related to the rest of the libraries/APIs that are not GTK and live here.
18 lines
231 B
Makefile
18 lines
231 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|