summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-09-09 14:10:30 +0200
committerStef Walter <stef@thewalter.net>2013-09-09 14:10:30 +0200
commit88ac590d2e9786d5b364aac7a23b2b0567e87020 (patch)
tree8428a002b0d7419ba6e9054925af3fc6cc149dad
parent8d834060b5af54dcc9581840dfb6452a17a7a7d3 (diff)
downloadp11-kit-88ac590d2e9786d5b364aac7a23b2b0567e87020.tar.gz
Remove unused make variables
-rw-r--r--common/tests/Makefile.am6
-rw-r--r--p11-kit/tests/Makefile.am1
2 files changed, 2 insertions, 5 deletions
diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am
index 432ca95..7bbc4ce 100644
--- a/common/tests/Makefile.am
+++ b/common/tests/Makefile.am
@@ -8,8 +8,7 @@ AM_CPPFLAGS = \
-I$(srcdir)/.. \
-I$(COMMON) \
-DBUILDDIR=\"$(abs_builddir)\" \
- $(TEST_CFLAGS) \
- $(CUTEST_CFLAGS)
+ $(TEST_CFLAGS)
LDADD = \
$(NULL)
@@ -37,5 +36,4 @@ TESTS = $(CHECK_PROGS)
LDADD += \
$(top_builddir)/common/libp11-test.la \
- $(top_builddir)/common/libp11-common.la \
- $(CUTEST_LIBS)
+ $(top_builddir)/common/libp11-common.la
diff --git a/p11-kit/tests/Makefile.am b/p11-kit/tests/Makefile.am
index 5e90150..d270c74 100644
--- a/p11-kit/tests/Makefile.am
+++ b/p11-kit/tests/Makefile.am
@@ -13,7 +13,6 @@ LDADD = \
$(top_builddir)/p11-kit/libp11-kit-testable.la \
$(top_builddir)/common/libp11-test.la \
$(top_builddir)/common/libp11-common.la \
- $(CUTEST_LIBS) \
$(LTLIBINTL)
CHECK_PROGS = \