diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-02-18 10:53:07 +0100 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-02-18 10:53:07 +0100 |
commit | 65509aa3a7c35d8bd5a947ca87c14d4de11deb21 (patch) | |
tree | 7595460333f5ea588f69a85035edf418bb2f8d3b /Makefile.am | |
parent | 5cc83571c3e0e212f4d84b05bb15088409d9c752 (diff) |
Add p11_kit_strerror() method and internationalization.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d7e1bc2..1d42904 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = module tests +SUBDIRS = po module tests po ACLOCAL_AMFLAGS = -I m4 @@ -26,3 +26,5 @@ coverage: $(GENHTML) --output-directory tests/coverage tests/coverage.info @echo "file://$(abs_top_builddir)/tests/coverage/index.html" endif + +EXTRA_DIST = config.rpath |