mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-13 06:15:34 +00:00
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
|