minor hack to cause SUBDIRS (gmodule) to be build last. we do this by
[platform/upstream/glib.git] / gmodule / ChangeLog
1 Mon Aug 10 02:18:31 1998  Tim Janik  <timj@gtk.org>
2
3         * Makefile.am (lib_LTLIBRARIES): for now, skip the dependency on
4         -lglib for libgmodule-1.1.la, libgplugin_a.la and libgplugin_b.la
5         since this clashes with inter-library-dependencies for not installed
6         libraries. glib-config takes care of this for the usuall case, but
7         there needs to be a better way...
8
9 Sun Aug  9 15:57:38 1998  Tim Janik  <timj@gtk.org>
10
11         * testgmodule.c: test program for GModule.
12         * libgplugin_a.c: 
13         * libgplugin_b.c: test plugins for testgmodule.c.
14
15         * gmodule.h: 
16         * gmodule.c: GModule library implementation, which is basically
17         a wrapper about system specifc dynamic loading functions.
18         
19
20 Sun Aug  9 10:31:05 1998  Tim Janik  <timj@gtk.org>
21
22         * ChangeLog start for gmodule.