summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2007-11-28 17:09:24 +0000
committerStefan Walter <stefw@src.gnome.org>2007-11-28 17:09:24 +0000
commite6879dca0328a6f8b3cfacdb541f9a52584853f2 (patch)
tree7888fc78229188c5d36c4915f989e60c99592d98 /Makefile.am
parentf84cb1471eb09fbe05e51c2bcd340e0615e9216d (diff)
downloadgnome-keyring-e6879dca0328a6f8b3cfacdb541f9a52584853f2.tar.gz
Move cryptoki stuff into pkcs11/ directory and rename the namespace
* cryptoki/*: (moved to pkcs11/, renamed to *pkcs11*) * doc/file-format.txt: (moved to keyrings/) * doc/keyring-intro.txt: (moved to /) * HACKING: * Makefile.am: Move cryptoki stuff into pkcs11/ directory and rename the namespace prefixes. Move the doc/ files into other locations. svn path=/trunk/; revision=890
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 99d34b1d..5cadc946 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,15 +14,13 @@ SUBDIRS = \
. \
common \
library \
- pkcs11 \
keyrings \
ui \
pkix \
pk \
ssh \
daemon \
- cryptoki \
- doc \
+ pkcs11 \
po \
reference \
$(TESTS_DIR) \
@@ -32,6 +30,7 @@ EXTRA_DIST = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
+ keyring-intro.txt \
HACKING
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-tests