diff options
author | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-06-20 00:31:54 +0000 |
---|---|---|
committer | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-06-20 00:31:54 +0000 |
commit | afbf3980b10dd9122d8ac60cc8721ee1da4acc5f (patch) | |
tree | 99aac92f142411e266c36a372357f40ec7dcd066 /components/Makefile.am | |
parent | 0949666c36bdb1f40147a0802224195fa347c980 (diff) | |
download | nautilus-afbf3980b10dd9122d8ac60cc8721ee1da4acc5f.tar.gz |
Skeleton of the tree component. For now it just creates the tree widget
* components/tree/Makefile.am, components/tree/main.c,
components/tree/nautilus-tree-view.c,
components/tree/nautilus-tree-view.h,
components/tree/nautilus-tree-view.oafinfo: Skeleton of the tree
component. For now it just creates the tree widget and puts in
some hard-coded directories.
* components/Makefile.am, configure.in: Add tree component to the
build.
Diffstat (limited to 'components/Makefile.am')
-rw-r--r-- | components/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Makefile.am b/components/Makefile.am index 7cc5c648d..c8c5a1da9 100644 --- a/components/Makefile.am +++ b/components/Makefile.am @@ -22,6 +22,7 @@ SUBDIRS = \ notes \ $(RPMVIEW_COMPONENT_SUBDIRS) \ sample \ + tree \ websearch \ $(SERVICE_SUBDIRS) \ $(MOZILLA_COMPONENT_SUBDIRS) \ |