* HACKING: new file

* Makefile.am: since we require automake 1.4 now, ditch the build
top-level first and just use SUBDIRS

* gmodule/Makefile.am: use noinst_LTLIBRARIES instead of overriding
the install rule

-Yosh
This commit is contained in:
Manish Singh
1999-01-20 23:06:30 +00:00
parent e0015d5a27
commit c01596714f
12 changed files with 124 additions and 21 deletions

View File

@@ -1,3 +1,13 @@
Wed Jan 20 15:05:25 PST 1999 Manish Singh <yosh@gimp.org>
* HACKING: new file
* Makefile.am: since we require automake 1.4 now, ditch the build
top-level first and just use SUBDIRS
* gmodule/Makefile.am: use noinst_LTLIBRARIES instead of overriding
the install rule
Wed Jan 20 16:16:01 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* gutils.c (g_get_any_init):