summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>1999-01-20 23:06:30 +0000
committerManish Singh <yosh@src.gnome.org>1999-01-20 23:06:30 +0000
commitc01596714fb7651ddc87576ec7aac19a021ae898 (patch)
tree89f55f0429c0957f1af57fefa10c5a5d007f4c60 /glib
parente0015d5a27a7027477f40b04a8dbbe4f562ef25f (diff)
downloadglib-c01596714fb7651ddc87576ec7aac19a021ae898.tar.gz
new file
* 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
Diffstat (limited to 'glib')
-rw-r--r--glib/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/glib/Makefile.am b/glib/Makefile.am
index cd20df8b3..46890f42e 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -1,10 +1,6 @@
## Process this file with automake to produce Makefile.in
-# build . first, then SUBDIRS
-SUBDIRS = gmodule gthread docs tests
-all-recursive-am: all-am
-# alpha `automake' supports this better
-#SUBDIRS = . gmodule gthread docs tests
+SUBDIRS = . gmodule gthread docs tests
configincludedir = $(pkglibdir)/include