diff options
author | Stef Walter <stef@memberwebs.com> | 2009-05-10 16:08:50 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-05-10 16:33:20 +0000 |
commit | cd4f164f26188719e8130b94b7eca6e7f8772696 (patch) | |
tree | eee98d3296f79d08a682b1ecd31ced28b9ed0a09 /Makefile.am | |
parent | 7ee0ec368642c482d5f67e275c54cce815b05b53 (diff) | |
download | gnome-keyring-cd4f164f26188719e8130b94b7eca6e7f8772696.tar.gz |
Move gkr_location stuff into daemon component.
It's only used in the daemon component. Also update tests of location stuff.
Also remove common component all together.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3f69cd44..d3c02700 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,6 @@ SUBDIRS = \ gp11 \ egg \ gcr \ - common \ library \ pkcs11 \ daemon \ |