diff options
author | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-03-03 17:28:29 +0000 |
---|---|---|
committer | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-03-03 17:28:29 +0000 |
commit | ecb89839afc4919fbce3fbdb5157ba63b709d306 (patch) | |
tree | 7382f7db2184f154274bffc6b822bf8b7674a772 /components/Makefile.am | |
parent | 86c17798103fab9c00da4f32a2443664205563d4 (diff) | |
download | nautilus-ecb89839afc4919fbce3fbdb5157ba63b709d306.tar.gz |
Sample content view component. All it does is display the current URI in a
* components/sample/nautilus-sample-content-view.c,
components/sample/nautilus-sample-content-view.h,
components/sample/nautilus-sample-content-view.goad,
components/sample/main.c, components/sample/Makefile.am: Sample
content view component. All it does is display the current URI in
a label.
* componets/Makefile.am, configure.in: Build it.
* src/ntl-uri-map.c: Activate the sample component whenever there
is at least one other applicable view. What it should really do is
have a special mode based on a command-line option of some sort
which will cause it to be always activated, and otherwise not at
all, but that looked more complicated to do.
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 fdfb5daf7..1d53ec9d0 100644 --- a/components/Makefile.am +++ b/components/Makefile.am @@ -1 +1 @@ -SUBDIRS=history help html notes websearch +SUBDIRS=history help html notes sample websearch |