Ryujinx-GtkSharp/gtk/gui-thread-check/configure.in
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

19 lines
303 B
Plaintext

AC_INIT(profiler/gui-thread-check.c)
AM_INIT_AUTOMAKE(gui-thread-check, 0.1)
AC_PROG_CC
AM_PROG_LIBTOOL
PKG_CHECK_MODULES(PROFILER, mono-2 glib-2.0)
AC_PATH_PROG(MCS, mcs)
AC_PATH_PROG(MONO, mono)
pkglibdir=$prefix/lib/gui-thread-check
AC_SUBST(pkglibdir)
AC_OUTPUT([
Makefile
profiler/Makefile
])