diff options
author | Darin Adler <darin@src.gnome.org> | 2001-11-09 01:10:02 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-11-09 01:10:02 +0000 |
commit | bf4da2da8c5f7f26060fa2958575e54be784dbcd (patch) | |
tree | bfadfd5581e213be0f995c5076f1d07c7ea51574 /MAINTAINERS | |
parent | 19e8bc4da953cd5914cb675bf4d1ed2a10e815a4 (diff) | |
download | nautilus-bf4da2da8c5f7f26060fa2958575e54be784dbcd.tar.gz |
Just me, not the mailing list.
* MAINTAINERS: Just me, not the mailing list.
* Makefile.am: Enable the components directory.
* components/Makefile.am: Disable all but sample.
* components/*/.cvsignore:
* components/*/*.oaf.in: Removed.
* components/*/*.server.in: Added.
server -> oaf
* components/*/Makefile.am:
Install the servers in the right place.
* configure.in:
* libnautilus-adapter/Makefile.am:
* libnautilus-private/Makefile.am:
* src/Makefile.am:
* src/file-manager/Makefile.am:
Simplified CFLAGS, LIBS, and IDL_INCLUDES.
* components/sample/Makefile.am:
Switch to the new COMPONENT_CFLAGS.
* components/sample/nautilus-sample-content-view.h:
* components/sample/nautilus-sample-content-view.c:
(nautilus_sample_content_view_finalize): Use instead of destroy.
(bonobo_sample_callback): Mark string for localization.
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9dce142e5..fa536e88d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1 +1 @@ -Email: nautilus-list@eazel.com +Darin Adler <darin@bentspoon.com> |