GtkSharp/gtk/gui-thread-check/profiler/Makefile.am
Andres G. Aragoneses 797382180b Moved gui-thread-check subfolder inside gtk subfolder.
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.
2012-11-03 23:06:02 +00:00

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