summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2000-03-03 17:28:29 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2000-03-03 17:28:29 +0000
commitecb89839afc4919fbce3fbdb5157ba63b709d306 (patch)
tree7382f7db2184f154274bffc6b822bf8b7674a772 /configure.in
parent86c17798103fab9c00da4f32a2443664205563d4 (diff)
downloadnautilus-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 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 2bb46bbd1..739dba257 100644
--- a/configure.in
+++ b/configure.in
@@ -114,4 +114,5 @@ components/help/converters/gnome-man2html2/Makefile
components/html/Makefile
components/websearch/Makefile
components/notes/Makefile
+components/sample/Makefile
])