diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1999-12-20 23:59:08 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1999-12-20 23:59:08 +0000 |
commit | 82c184431b9b0f664ca0c9aed6b54cca6c1abe98 (patch) | |
tree | 4f59957da8941c757cf2d07d170e46221421c453 /configure.in | |
parent | 27cef034facb8abb3f2707ebd165ae209c927b6b (diff) | |
download | nautilus-82c184431b9b0f664ca0c9aed6b54cca6c1abe98.tar.gz |
Add HTML component to build. Make process die when all objects have been
* configure.in, components/Makefile.am: Add HTML component to build.
* components/help/hyperbola-main.c, components/history/ntl-history-view.c: Make process die when
all objects have been destroyed.
* components/history/ntl-history-view.c: Bug fixes.
* components/html/*.[ch]: Copy glibwww over, write new NautilusViewClient for HTML browsing.
* src/ntl-uri-map.c: Cleanup, and use ntl_web_browser as default HTML display engine.
* src/ntl-view.c: Try to handle Bonobo views for data display.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 03092c0af..93c29195d 100644 --- a/configure.in +++ b/configure.in @@ -69,4 +69,5 @@ src/file-manager/Makefile components/Makefile components/history/Makefile components/help/Makefile +components/html/Makefile ]) |