diff options
author | Tor Lillqvist <tml@novell.com> | 2005-07-09 00:45:23 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-07-09 00:45:23 +0000 |
commit | fb021e988cc8486acd5a7bc46939cec2d5d5caaa (patch) | |
tree | f31d8d5bf7a0749f30b73de80a6044c8744e3465 /Makefile.am | |
parent | c0dace5fd9deb9197415ba7c994f392acdfde0ea (diff) | |
download | gtk+-fb021e988cc8486acd5a7bc46939cec2d5d5caaa.tar.gz |
Drop build/* from AC_CONFIG_FILES.
2005-07-09 Tor Lillqvist <tml@novell.com>
* configure.in: Drop build/* from AC_CONFIG_FILES.
* Makefile.am: Drop build from SUBDIRS.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aec8aa8759..b01d91d095 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am for GTK+ SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests contrib -SUBDIRS = po po-properties $(SRC_SUBDIRS) docs build m4macros +SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros # require automake 1.4 AUTOMAKE_OPTIONS = 1.7 |