mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
11 lines
375 B
Makefile
11 lines
375 B
Makefile
|
include $(top_srcdir)/Makefile.decl
|
||
|
|
||
|
INCLUDES = -g -I$(top_srcdir) -I$(top_srcdir)/glib $(GLIB_DEBUG_FLAGS)
|
||
|
|
||
|
noinst_PROGRAMS = $(TEST_PROGS)
|
||
|
libgobject_LDADD = ../libgobject-2.0.la $(top_builddir)/gthread/libgthread-2.0.la $(top_builddir)/glib/libglib-2.0.la
|
||
|
|
||
|
TEST_PROGS += threadtests
|
||
|
threadtests_SOURCES = threadtests.c
|
||
|
threadtests_LDADD = $(libgobject_LDADD)
|