summaryrefslogtreecommitdiff
path: root/common/tests/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-04-02 16:33:04 +0200
committerStef Walter <stefw@gnome.org>2013-04-03 09:06:11 +0200
commite67c0e4465607560e0f6af9e9b0395a9ee78adbc (patch)
tree591f5fc475b268c96b4b15b86d909fa9bd473e52 /common/tests/Makefile.am
parentc3c18a1ea9cd84ee35783809c059d1b9c80c5cbe (diff)
Fix build with automake 1.13
Also remove some generated files from the po/ directory.
Diffstat (limited to 'common/tests/Makefile.am')
-rw-r--r--common/tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am
index adc06cb..d024b80 100644
--- a/common/tests/Makefile.am
+++ b/common/tests/Makefile.am
@@ -27,8 +27,6 @@ CHECK_PROGS = \
noinst_PROGRAMS = \
$(CHECK_PROGS)
-TESTS = $(CHECK_PROGS:=$(EXEEXT))
-
if WITH_ASN1
LDADD += \
@@ -59,6 +57,8 @@ noinst_PROGRAMS += \
endif # WITH_ASN1
+TESTS = $(CHECK_PROGS)
+
LDADD += \
$(top_builddir)/common/libp11-library.la \
$(top_builddir)/common/libp11-compat.la \