~registry/glib/glib-2-30

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Owen Taylor
  • Date: 1998-12-15 05:28:02 UTC
  • Revision ID: git-v1:931ea952650b013b834041b91b0c37a748ffd449
This commit merges the glib-threads branch into the main
branch. See the ChangeLog for details of the changes.

In brief overview:

 - The set of threading functions can be set
 - A default implementation is provided in -lgthread
 - All static data structures are locked using these
   functions if g_thread_init() is called.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in
2
2
 
3
3
# build . first, then SUBDIRS
4
 
SUBDIRS = gmodule docs
 
4
SUBDIRS = gmodule gthread docs 
5
5
all-recursive-am: all-am
6
6
# alpha `automake' supports this better
7
7
#SUBDIRS = . gmodule docs
50
50
                gstring.c       \
51
51
                gstrfuncs.c     \
52
52
                gscanner.c      \
53
 
                gutils.c
 
53
                gutils.c        \
 
54
                gmutex.c
54
55
 
55
56
include_HEADERS = \
56
57
                glib.h