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 | |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.in | 3 |
5 files changed, 13 insertions, 7 deletions
@@ -1,6 +1,9 @@ 2005-07-09 Tor Lillqvist <tml@novell.com> - * configure.in: Look for windres on Win32. + * configure.in: Look for windres on Win32. Drop build/* from + AC_CONFIG_FILES. + + * Makefile.am: Drop build from SUBDIRS. * gdk/win32/rc/Makefile.am * gdk/Makefile.am diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d064d7507a..d741b9c085 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,6 +1,9 @@ 2005-07-09 Tor Lillqvist <tml@novell.com> - * configure.in: Look for windres on Win32. + * configure.in: Look for windres on Win32. Drop build/* from + AC_CONFIG_FILES. + + * Makefile.am: Drop build from SUBDIRS. * gdk/win32/rc/Makefile.am * gdk/Makefile.am diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index d064d7507a..d741b9c085 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,6 +1,9 @@ 2005-07-09 Tor Lillqvist <tml@novell.com> - * configure.in: Look for windres on Win32. + * configure.in: Look for windres on Win32. Drop build/* from + AC_CONFIG_FILES. + + * Makefile.am: Drop build from SUBDIRS. * gdk/win32/rc/Makefile.am * gdk/Makefile.am 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 diff --git a/configure.in b/configure.in index af7098bfbd..9ca1e97667 100644 --- a/configure.in +++ b/configure.in @@ -1674,9 +1674,6 @@ gtk+-2.0-uninstalled.pc m4macros/Makefile po/Makefile.in po-properties/Makefile.in -build/Makefile -build/win32/Makefile -build/win32/dirent/Makefile demos/Makefile demos/gtk-demo/Makefile demos/gtk-demo/geninclude.pl |