diff options
author | Stef Walter <stefw@gnome.org> | 2013-04-02 16:33:04 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-04-03 09:06:11 +0200 |
commit | e67c0e4465607560e0f6af9e9b0395a9ee78adbc (patch) | |
tree | 591f5fc475b268c96b4b15b86d909fa9bd473e52 /p11-kit/tests | |
parent | c3c18a1ea9cd84ee35783809c059d1b9c80c5cbe (diff) |
Fix build with automake 1.13
Also remove some generated files from the po/ directory.
Diffstat (limited to 'p11-kit/tests')
-rw-r--r-- | p11-kit/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/tests/Makefile.am b/p11-kit/tests/Makefile.am index a6c9fac..bc96bf4 100644 --- a/p11-kit/tests/Makefile.am +++ b/p11-kit/tests/Makefile.am @@ -31,7 +31,7 @@ noinst_PROGRAMS = \ print-messages \ $(CHECK_PROGS) -TESTS = $(CHECK_PROGS:=$(EXEEXT)) +TESTS = $(CHECK_PROGS) noinst_LTLIBRARIES = \ mock-one.la \ |