More Win32 updates. Add missing Win32 files to distributed files.
[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=\"GThread\"
4
5 EXTRA_DIST =                            \
6                 gthread-posix.c         \
7                 gthread-solaris.c       \
8                 gthread-nspr.c          \
9                 gthread-none.c          \
10                 gthread.def
11
12 libglib = $(top_builddir)/libglib.la # -lglib
13
14 lib_LTLIBRARIES = libgthread.la
15
16 libgthread_la_SOURCES = gthread.c
17 libgthread_la_LDFLAGS = \
18         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
19         -release $(LT_RELEASE)
20
21 libgthread_la_LIBADD = @G_THREAD_LIBS@
22
23 noinst_PROGRAMS = testgthread
24 testgthread_LDADD = ../libglib.la libgthread.la