summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-06-22 20:39:03 +0200
committerAlexander Larsson <alexl@redhat.com>2009-06-23 15:10:27 +0200
commitc97601731a5dbc9d34e8c4c208e993a3723deec5 (patch)
treee8e32dc0d08e658898cb43570f6626a7a8e2c605 /Makefile.am
parenta8d6c3db07ad5d9dc75b94eb95492b03bc20e788 (diff)
downloadgvfs-c97601731a5dbc9d34e8c4c208e993a3723deec5.tar.gz
Initial code for metadata store
This adds a mmap based metadata store for NFS-safe highly efficient desktop-wide metadata lookup and store.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e9096fdd..d7297823 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,7 @@ NULL =
SUBDIRS = \
common \
+ metadata \
client \
daemon \
monitor \