diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 1998-12-15 17:49:30 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 1998-12-15 17:49:30 +0000 |
commit | 2c30e8620fe66dedf35ee294bcd70051bde8685f (patch) | |
tree | e5404d5638682f38200be9fa956d6d433c83d65b /gthread/Makefile.am | |
parent | 961205a0256851651f1938739864015a50978721 (diff) |
updated.
1998-12-15 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am (EXTRA_DIST): updated.
* testgthread.c, gthread-*.c: Changed private to private_key to
avoid problems when compiling with under C++.
Diffstat (limited to 'gthread/Makefile.am')
-rw-r--r-- | gthread/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gthread/Makefile.am b/gthread/Makefile.am index 3b7bc9748..c81bbecf9 100644 --- a/gthread/Makefile.am +++ b/gthread/Makefile.am @@ -2,8 +2,11 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gthread -DG_LOG_DOMAIN=g_log_domain_gthread -EXTRA_DIST = \ - gthread-posix.c +EXTRA_DIST = \ + gthread-posix.c \ + gthread-solaris.c \ + gthread-nspr.c \ + gthread-none.c libglib = $(top_builddir)/libglib.la # -lglib |