diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2000-10-26 12:01:15 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2000-10-26 12:01:15 +0000 |
commit | 752f18cc244570977cdd8af8bdd26f71c76f3038 (patch) | |
tree | 353f0335e2d87f1cdfe267ecc65ad81a832fbec2 /gobject | |
parent | b1278dc6119d598020a9f8292ef861c99562fc7d (diff) |
Remove empty SUBDIRS line _again_, as that _still_ prevents 'make dist'
2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am: Remove empty SUBDIRS line _again_, as that _still_
prevents 'make dist' from working.
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/ChangeLog | 5 | ||||
-rw-r--r-- | gobject/Makefile.am | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 244aa9fc2..f08ede4bd 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,8 @@ +2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de> + + * Makefile.am: Remove empty SUBDIRS line _again_, as that _still_ + prevents 'make dist' from working. + Wed Oct 25 19:11:03 2000 Owen Taylor <otaylor@redhat.com> * gbsearcharray.h (g_bsearch_array_get_nth): Don't use implicit diff --git a/gobject/Makefile.am b/gobject/Makefile.am index 7e2b34a94..150796158 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -3,7 +3,6 @@ # ## Process this file with automake to produce Makefile.in -SUBDIRS = INCLUDES = -I$(top_srcdir) -I$(top_builddir) @GLIB_DEBUG_FLAGS@ # libraries to compile and install |