diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-01-27 01:37:08 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-01-27 01:37:08 +0000 |
commit | 6f9294eebe020aca20049b651d6ab1a858fc4098 (patch) | |
tree | e2037dd148729ff8009e1e4f1cdd4a115406c5c9 /components/Makefile.am | |
parent | 8c176f1a7428d5a12d329b9c98b937fb03b5282d (diff) | |
download | nautilus-6f9294eebe020aca20049b651d6ab1a858fc4098.tar.gz |
Add components/help/converters/* makefiles. Check for NULL directory
* configure.in: Add components/help/converters/* makefiles.
* libnautilus/nautilus-directory.c: Check for NULL directory
result before doing stuff with it.
* src/ntl-index-panel.c: Ditto.
* src/ntl-prefs.c: Add help browser nav tree to list of possibilities.
* src/ntl-window-msgs.c: Handle non-VFS-handleable URIs correctly WRT 'up' button.
Diffstat (limited to 'components/Makefile.am')
-rw-r--r-- | components/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Makefile.am b/components/Makefile.am index da0a08960..b4fbb0bb6 100644 --- a/components/Makefile.am +++ b/components/Makefile.am @@ -1 +1 @@ -SUBDIRS=history help html +SUBDIRS=history help html websearch |