diff options
Diffstat (limited to 'tests/Makefile.am.tpl')
-rw-r--r-- | tests/Makefile.am.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Makefile.am.tpl b/tests/Makefile.am.tpl new file mode 100644 index 0000000..0b9ae4c --- /dev/null +++ b/tests/Makefile.am.tpl | |||
@@ -0,0 +1,8 @@ | |||
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 | |||
6 | TESTS = | ||
7 | check_PROGRAMS = | ||
8 | EXTRA_DIST = | ||