From 88ac590d2e9786d5b364aac7a23b2b0567e87020 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 9 Sep 2013 14:10:30 +0200 Subject: Remove unused make variables --- common/tests/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'common') 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 -- cgit v1.1