diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-10-17 22:29:21 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-10-17 22:46:10 +0200 |
commit | 6d58181fcddc5c13762a1920a464787ebc27d4bc (patch) | |
tree | 93b745b1bc04d93b4ab5b840dc37fdd2403f336e /Makefile.am | |
parent | ae61fdfa6e464a0c9fd0f8d7b2c68193de62aaea (diff) | |
download | gnome-keyring-6d58181fcddc5c13762a1920a464787ebc27d4bc.tar.gz |
Release version 3.2.13.2.1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 57981f9e..f4197458 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +NULL = + if WITH_PAM PAM_DIR = pam else @@ -40,7 +42,9 @@ DISTCHECK_CONFIGURE_FLAGS = \ --enable-debug=yes \ --disable-gcov \ --disable-update-mime \ - --with-pkcs11-modules=$(abs_srcdir)/$(top_distdir)/_inst/lib/ + --with-pkcs11-modules=$(abs_srcdir)/$(top_distdir)/_inst/lib \ + --with-pkcs11-config=$(abs_srcdir)/$(top_distdir)/_inst/etc/pkcs11 \ + $(NULL) DISTCLEANFILES = \ intltool-extract \ |