Add gpattern.o to objects.

2001-05-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* makefile.mingw.in: Add gpattern.o to objects.

	* glib.def: Export g_thread_exit as well.

	* Makefile.am: Fix BUILT_EXTRA_DIST exporting.
This commit is contained in:
Sebastian Wilhelmi 2001-05-17 15:15:00 +00:00 committed by Sebastian Wilhelmi
parent 8bba5ab5de
commit 446b37a4d9
14 changed files with 70 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2001-05-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* makefile.mingw.in: Add gpattern.o to objects.
* glib.def: Export g_thread_exit as well.
* Makefile.am: Fix BUILT_EXTRA_DIST exporting.
Sun May 13 10:31:17 2001 Owen Taylor <otaylor@redhat.com>
* glib/Makefile.am gobject/Makefile.am gmodule/Makefile.am:

View File

@ -1,3 +1,11 @@
2001-05-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* makefile.mingw.in: Add gpattern.o to objects.
* glib.def: Export g_thread_exit as well.
* Makefile.am: Fix BUILT_EXTRA_DIST exporting.
Sun May 13 10:31:17 2001 Owen Taylor <otaylor@redhat.com>
* glib/Makefile.am gobject/Makefile.am gmodule/Makefile.am:

View File

@ -1,3 +1,11 @@
2001-05-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* makefile.mingw.in: Add gpattern.o to objects.
* glib.def: Export g_thread_exit as well.
* Makefile.am: Fix BUILT_EXTRA_DIST exporting.
Sun May 13 10:31:17 2001 Owen Taylor <otaylor@redhat.com>
* glib/Makefile.am gobject/Makefile.am gmodule/Makefile.am:

View File

@ -1,3 +1,11 @@
2001-05-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* makefile.mingw.in: Add gpattern.o to objects.
* glib.def: Export g_thread_exit as well.
* Makefile.am: Fix BUILT_EXTRA_DIST exporting.
Sun May 13 10:31:17 2001 Owen Taylor <otaylor@redhat.com>
* glib/Makefile.am gobject/Makefile.am gmodule/Makefile.am:

View File

@ -1,3 +1,11 @@
2001-05-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* makefile.mingw.in: Add gpattern.o to objects.
* glib.def: Export g_thread_exit as well.
* Makefile.am: Fix BUILT_EXTRA_DIST exporting.
Sun May 13 10:31:17 2001 Owen Taylor <otaylor@redhat.com>
* glib/Makefile.am gobject/Makefile.am gmodule/Makefile.am:

View File

@ -1,3 +1,11 @@
2001-05-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* makefile.mingw.in: Add gpattern.o to objects.
* glib.def: Export g_thread_exit as well.
* Makefile.am: Fix BUILT_EXTRA_DIST exporting.
Sun May 13 10:31:17 2001 Owen Taylor <otaylor@redhat.com>
* glib/Makefile.am gobject/Makefile.am gmodule/Makefile.am:

View File

@ -1,3 +1,11 @@
2001-05-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* makefile.mingw.in: Add gpattern.o to objects.
* glib.def: Export g_thread_exit as well.
* Makefile.am: Fix BUILT_EXTRA_DIST exporting.
Sun May 13 10:31:17 2001 Owen Taylor <otaylor@redhat.com>
* glib/Makefile.am gobject/Makefile.am gmodule/Makefile.am:

View File

@ -1,3 +1,11 @@
2001-05-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* makefile.mingw.in: Add gpattern.o to objects.
* glib.def: Export g_thread_exit as well.
* Makefile.am: Fix BUILT_EXTRA_DIST exporting.
Sun May 13 10:31:17 2001 Owen Taylor <otaylor@redhat.com>
* glib/Makefile.am gobject/Makefile.am gmodule/Makefile.am:

View File

@ -233,7 +233,7 @@ snapcheck:
dist-hook: $(BUILT_EXTRA_DIST)
cd $(top_builddir) && CONFIG_FILES="INSTALL README" CONFIG_HEADERS= $(SHELL) ./config.status
files='$(BUILT_EXTRA_DIST)' INSTALL README; \
files='$(BUILT_EXTRA_DIST) INSTALL README'; \
for f in $$files; do \
if test -f $$f; then d=.; else d=$(srcdir); fi; \
rm -f $(distdir)/$$f && cp $$d/$$f $(distdir) || exit 1; done

View File

@ -535,6 +535,7 @@ EXPORTS
g_thread_error_quark
g_thread_functions_for_glib_use
g_thread_join
g_thread_exit
g_thread_pool_free
g_thread_pool_new
g_thread_pool_push

View File

@ -233,7 +233,7 @@ snapcheck:
dist-hook: $(BUILT_EXTRA_DIST)
cd $(top_builddir) && CONFIG_FILES="INSTALL README" CONFIG_HEADERS= $(SHELL) ./config.status
files='$(BUILT_EXTRA_DIST)' INSTALL README; \
files='$(BUILT_EXTRA_DIST) INSTALL README'; \
for f in $$files; do \
if test -f $$f; then d=.; else d=$(srcdir); fi; \
rm -f $(distdir)/$$f && cp $$d/$$f $(distdir) || exit 1; done

View File

@ -535,6 +535,7 @@ EXPORTS
g_thread_error_quark
g_thread_functions_for_glib_use
g_thread_join
g_thread_exit
g_thread_pool_free
g_thread_pool_new
g_thread_pool_push

View File

@ -54,6 +54,7 @@ glib_OBJECTS = \
gmem.o \
gmessages.o \
gnode.o \
gpattern.o \
gprimes.o \
gqsort.o \
gqueue.o \

View File

@ -54,6 +54,7 @@ glib_OBJECTS = \
gmem.o \
gmessages.o \
gnode.o \
gpattern.o \
gprimes.o \
gqsort.o \
gqueue.o \