summaryrefslogtreecommitdiff
path: root/pkcs11/secret-store
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-09-26 15:22:49 +0200
committerStef Walter <stefw@collabora.co.uk>2011-09-26 15:39:05 +0200
commitf575afb81aad66d66cb969aab52e4180ce811014 (patch)
tree1c7067cdf4161a4b604ccc767d9f1a5ecc8e24cd /pkcs11/secret-store
parentc9c33166230fbac29eb49f5e5c34337a0f4fdf6d (diff)
downloadgnome-keyring-f575afb81aad66d66cb969aab52e4180ce811014.tar.gz
Rework configure build options based on recent mailing list posts
* --enable-strict to enable -Werror, fatal warnings and disable deprecations * --disable-debug to G_DISABLE_ASSERT * default debug for -g, WITH_DEBUG * --enable-debug to -OO
Diffstat (limited to 'pkcs11/secret-store')
-rw-r--r--pkcs11/secret-store/Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/pkcs11/secret-store/Makefile.am b/pkcs11/secret-store/Makefile.am
index 3bb3e89d..c0dbbbbe 100644
--- a/pkcs11/secret-store/Makefile.am
+++ b/pkcs11/secret-store/Makefile.am
@@ -53,11 +53,4 @@ gkm_secret_store_standalone_la_LIBADD = \
# -------------------------------------------------------------------------------
-
-if WITH_TESTS
-TESTS_DIR = tests
-else
-TESTS_DIR =
-endif
-
-SUBDIRS = . $(TESTS_DIR)
+SUBDIRS = . tests