This commit merges the glib-threads branch into the main
[platform/upstream/glib.git] / gthread / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gthread -DG_LOG_DOMAIN=g_log_domain_gthread
4
5 EXTRA_DIST =    \
6                 gthread-posix.c
7
8 libglib = $(top_builddir)/libglib.la # -lglib
9
10 lib_LTLIBRARIES = libgthread.la
11
12 libgthread_la_SOURCES = gthread.c
13 libgthread_la_LDFLAGS = \
14         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
15         -release $(LT_RELEASE)
16
17 libgthread_la_LIBADD = \
18         @G_THREAD_LIBS@
19
20 noinst_PROGRAMS = testgthread
21 testgthread_LDADD = ../libglib.la libgthread.la