From: Sebastian Wilhelmi Date: Mon, 25 Sep 2000 14:28:56 +0000 (+0000) Subject: Remove empty SUBDIRS line, as that prevents make dist from working. X-Git-Tag: GNOME_PRINT_0_24~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=273d0c7b93f44c017af8bdab03a675442fa17d0a;p=platform%2Fupstream%2Fglib.git Remove empty SUBDIRS line, as that prevents make dist from working. 2000-09-25 Sebastian Wilhelmi * Makefile.am: Remove empty SUBDIRS line, as that prevents make dist from working. --- diff --git a/gobject/ChangeLog b/gobject/ChangeLog index ebc75be..7a39208 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,8 @@ +2000-09-25 Sebastian Wilhelmi + + * Makefile.am: Remove empty SUBDIRS line, as that prevents make + dist from working. + Sat Sep 9 20:04:13 2000 Owen Taylor * gobject.c (g_object_last_unref): Move call to diff --git a/gobject/Makefile.am b/gobject/Makefile.am index d78fe70..d847d81 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -3,8 +3,6 @@ # ## Process this file with automake to produce Makefile.in -SUBDIRS = - INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I. @GLIB_DEBUG_FLAGS@ # libraries to compile and install