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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | gobject/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |