diff options
author | Stef Walter <stef@thewalter.net> | 2013-09-09 14:10:30 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-09-09 14:10:30 +0200 |
commit | 88ac590d2e9786d5b364aac7a23b2b0567e87020 (patch) | |
tree | 8428a002b0d7419ba6e9054925af3fc6cc149dad /common | |
parent | 8d834060b5af54dcc9581840dfb6452a17a7a7d3 (diff) |
Remove unused make variables
Diffstat (limited to 'common')
-rw-r--r-- | common/tests/Makefile.am | 6 |
1 files changed, 2 insertions, 4 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 |