updated.
[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                 gthread-solaris.c       \
8                 gthread-nspr.c          \
9                 gthread-none.c
10
11 libglib = $(top_builddir)/libglib.la # -lglib
12
13 lib_LTLIBRARIES = libgthread.la
14
15 libgthread_la_SOURCES = gthread.c
16 libgthread_la_LDFLAGS = \
17         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
18         -release $(LT_RELEASE)
19
20 libgthread_la_LIBADD = \
21         @G_THREAD_LIBS@
22
23 noinst_PROGRAMS = testgthread
24 testgthread_LDADD = ../libglib.la libgthread.la