diff options
author | David Bordoley <bordoley@msu.edu> | 2003-06-11 10:13:21 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-06-11 10:13:21 +0800 |
commit | d91af4a193325012e309d74179971aa5ce535f9b (patch) | |
tree | 6f75b396fbe96011d98874150959ba4a40a4d9aa | |
parent | 4efe0a12e4577e16cb80dc5f59a2c551fd22245c (diff) | |
download | gsoc2013-epiphany-d91af4a193325012e309d74179971aa5ce535f9b.tar gsoc2013-epiphany-d91af4a193325012e309d74179971aa5ce535f9b.tar.gz gsoc2013-epiphany-d91af4a193325012e309d74179971aa5ce535f9b.tar.bz2 gsoc2013-epiphany-d91af4a193325012e309d74179971aa5ce535f9b.tar.lz gsoc2013-epiphany-d91af4a193325012e309d74179971aa5ce535f9b.tar.xz gsoc2013-epiphany-d91af4a193325012e309d74179971aa5ce535f9b.tar.zst gsoc2013-epiphany-d91af4a193325012e309d74179971aa5ce535f9b.zip |
Remove data/starthere/Makefile from AC_OUTPUT.
2003-06-10 David Bordoley <bordoley@msu.edu>
* configure.in:
Remove data/starthere/Makefile from AC_OUTPUT.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2003-06-10 David Bordoley <bordoley@msu.edu> + + * configure.in: + + Remove data/starthere/Makefile from AC_OUTPUT. + 2003-06-10 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_init), diff --git a/configure.in b/configure.in index 9089cf8e3..2fcfd7037 100644 --- a/configure.in +++ b/configure.in @@ -229,7 +229,6 @@ data/Makefile data/glade/Makefile data/art/Makefile data/ui/Makefile -data/starthere/Makefile lib/Makefile lib/egg/Makefile lib/widgets/Makefile |