summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2007-06-15 04:11:21 +0000
committerStefan Walter <stefw@src.gnome.org>2007-06-15 04:11:21 +0000
commitc7fbecc159c9b3599daa7dc14483db8fce6abd38 (patch)
tree5eed949ebbb50e509b622b8f5fadbf2987fcaafb /Makefile.am
parent531e6662f2f3bd25712e93399bd777ded7a489a2 (diff)
downloadgnome-keyring-c7fbecc159c9b3599daa7dc14483db8fce6abd38.tar.gz
Use GkrBuffer instead of GString which will facilitate swapping out to a
* Makefile.am: * configure.in: * common/gkr-buffer.c: (from cryptoki branch) * common/gkr-buffer.h: (from cryptoki branch) * daemon/Makefile.am: * daemon/gnome-keyring-daemon-io.c: * daemon/gnome-keyring-daemon.c: * daemon/gnome-keyring-daemon.h: * keyrings/gkr-keyring.c: * library/Makefile.am: * library/gnome-keyring-proto.c: * library/gnome-keyring-proto.h: * library/gnome-keyring.c: * ui/gkr-ask-request.c: Use GkrBuffer instead of GString which will facilitate swapping out to a non-pageable memory allocator. See bug #419981 svn path=/trunk/; revision=630
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 3075eb41..8e45c03b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ endif
SUBDIRS = \
. \
+ common \
library \
keyrings \
ui \