diff options
author | Martin Baulig <baulig@suse.de> | 2000-10-04 09:20:55 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-10-04 09:20:55 +0000 |
commit | 81c0bf53a8cb900f5e3b34ab663ed6781349a65f (patch) | |
tree | e2f459a680b3887886509656c2a5f768d5048100 /Makefile.am | |
parent | 336f7e89fea34115850737035ffc96a5073c4e72 (diff) |
Reverted my last commit:
2000-09-30 Martin Baulig <baulig@suse.de>
* configure.in (HAVE_THREADS): New automake conditional.
* Makefile.am (SUBDIRS): Only compile the gthread subdirectory if we
actually have threads.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index d6993ba73..104d783b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,13 +2,7 @@ AUTOMAKE_OPTIONS = 1.4 -if HAVE_THREADS -gthread = gthread -else -gthread = -endif - -SUBDIRS = . gobject gmodule $(gthread) docs tests build +SUBDIRS = . gobject gmodule gthread docs tests build bin_SCRIPTS=glib-config-2.0 BUILT_SOURCES=glib-config-2.0 |