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 | f940d715cda2aee6c9a3faf2844be63e0d40ab00 (patch) | |
tree | 59e1ab4105262ee62002f98b450f9f0ae4bd156c /Makefile.am | |
parent | 6d76dfabb8da4aed7e9d8eedf3e42f0170df29b1 (diff) | |
download | gdk-pixbuf-f940d715cda2aee6c9a3faf2844be63e0d40ab00.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 aec8aa875..b01d91d09 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 |