From 752f18cc244570977cdd8af8bdd26f71c76f3038 Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Thu, 26 Oct 2000 12:01:15 +0000 Subject: [PATCH] Remove empty SUBDIRS line _again_, as that _still_ prevents 'make dist' 2000-10-26 Sebastian Wilhelmi * Makefile.am: Remove empty SUBDIRS line _again_, as that _still_ prevents 'make dist' from working. --- gobject/ChangeLog | 5 +++++ gobject/Makefile.am | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * Makefile.am: Remove empty SUBDIRS line _again_, as that _still_ + prevents 'make dist' from working. + Wed Oct 25 19:11:03 2000 Owen Taylor * 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 -- 2.34.1