diff options
Diffstat (limited to 'tests/Makefile.am.tpl')
-rw-r--r-- | tests/Makefile.am.tpl | 15 |
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 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | ||
2 | |||
3 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes | ||
4 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 | ||
5 | AM_CPPFLAGS += -I $(top_srcdir)/ssl | ||
6 | |||
7 | LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | ||
8 | LDADD += $(top_builddir)/ssl/libssl.la | ||
9 | LDADD += $(top_builddir)/crypto/libcrypto.la | ||
10 | |||
11 | TESTS = | ||
12 | check_PROGRAMS = | ||
13 | EXTRA_DIST = | ||
14 | DISTCLEANFILES = pidwraptest.txt | ||
15 | |||