diff options
author | Darin Adler <darin@src.gnome.org> | 2001-08-26 19:01:15 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-08-26 19:01:15 +0000 |
commit | 4599ec3e3af480e30541d0824e0cca87432b9588 (patch) | |
tree | a9adc6b09814c2e17e39f06cddc3b911336db557 /check-THANKS.pl | |
parent | 64636b6a57b028d3a1ef525cbe922ed1bce38d6f (diff) | |
download | nautilus-4599ec3e3af480e30541d0824e0cca87432b9588.tar.gz |
Some makefile cleanup.
* Makefile.am: Don't build intl since we don't need it the way we
use gettext.
* applets/launcher/Makefile.am: Remove redundant -I$(srcdir).
* applets/preferences-applet/Makefile.am: Remove redundant
-I$(srcdir).
* components/adapter/Makefile.am: Remove redundant -I.
* components/mozilla/Makefile.am: Mark private headers as SOURCES,
not noinst_HEADERS, as suggested by automake book and manual.
* components/news/Makefile.am: Remove unneeded
-I$(top_srcdir)/components/news.
* configure.in: Don't build intl since we don't need it the way we
use gettext.
* libnautilus-adapter/Makefile.am: Remove redundant -I.
* libnautilus-private/Makefile.am: Change -I for new
cut-n-paste-code scheme. Also mark private headers as SOURCES, not
noinst_HEADERS, as suggested by automake book and manual.
* libnautilus/Makefile.am: Remove redundant -I.
* src/Makefile.am: Change -I for new cut-n-paste-code scheme. Also
mark private headers as SOURCES, not noinst_HEADERS, as suggested
by automake book and manual.
* src/file-manager/Makefile.am: Mark private headers as SOURCES,
not noinst_HEADERS, as suggested by automake book and manual.
* check-THANKS.pl: Change Seth's preferred email address.
* cut-n-paste-code/widgets/e-paned/Makefile.am:
* cut-n-paste-code/widgets/gimphwrapbox/Makefile.am:
Don't use -static, since we plan to link
Remove unneeded -I directives now that we handle includes
differently. Also mark private headers as SOURCES, not
noinst_HEADERS, as suggested by automake book and manual.
* cut-n-paste-code/widgets/e-paned/e-hpaned.h:
* cut-n-paste-code/widgets/e-paned/e-vpaned.h:
* libnautilus-private/nautilus-horizontal-splitter.h:
* src/nautilus-complex-search-bar.c:
* src/nautilus-search-bar-criterion.c:
Simpler include scheme for cut-n-paste code.
Diffstat (limited to 'check-THANKS.pl')
-rwxr-xr-x | check-THANKS.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-THANKS.pl b/check-THANKS.pl index 0cca724b5..a025718fe 100755 --- a/check-THANKS.pl +++ b/check-THANKS.pl @@ -87,7 +87,7 @@ my %email_map = 'ramiro@eazel.com' => 'ramiro@fateware.com', 'raph@gimp.org' => 'raph@acm.org', 'rslomkow@rslomkow.org' => 'rslomkow@eazel.com', - 'snickell@stanford.edu' => 'seth@eazel.com', + 'seth@eazel.com' => 'snickell@stanford.edu', 'sopwith@eazel.com' => 'sopwith@redhat.com', 'yakk@yakk.net' => 'ian@eazel.com', 'yakk@yakk.net.au' => 'ian@eazel.com', |