aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am.tpl')
-rw-r--r--tests/Makefile.am.tpl15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/Makefile.am.tpl b/tests/Makefile.am.tpl
deleted file mode 100644
index 26334af..0000000
--- a/tests/Makefile.am.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
1include $(top_srcdir)/Makefile.am.common
2
3AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes
4AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1
5AM_CPPFLAGS += -I $(top_srcdir)/ssl
6
7LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
8LDADD += $(top_builddir)/ssl/libssl.la
9LDADD += $(top_builddir)/crypto/libcrypto.la
10
11TESTS =
12check_PROGRAMS =
13EXTRA_DIST =
14DISTCLEANFILES = pidwraptest.txt
15