diff options
author | Michael Natterer <mitch@imendio.com> | 2007-01-02 10:40:27 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2007-01-02 10:40:27 +0000 |
commit | 99b531f425502995b5d62dec4f683888ab4fe0de (patch) | |
tree | 4b8bf410f21625d802623b16d684b1f5e5fec09c /Makefile.am | |
parent | 4dd6d0fd220aa598a15a55cd713f91e9b733d009 (diff) |
configure.in remove references to build/ until a proper decision has been
2007-01-02 Michael Natterer <mitch@imendio.com>
* configure.in
* Makefile.am: remove references to build/ until a proper decision
has been made what to do with it.
svn path=/trunk/; revision=5189
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 89b29b362..7cb96025e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.7 -SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs +SUBDIRS = . m4macros glib gobject gmodule gthread tests po docs bin_SCRIPTS = glib-gettextize |