diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Makefile.am.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/Makefile.am.tpl b/apps/Makefile.am.tpl new file mode 100644 index 0000000..ea6174d --- /dev/null +++ b/apps/Makefile.am.tpl | |||
@@ -0,0 +1,11 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | ||
2 | |||
3 | bin_PROGRAMS = openssl | ||
4 | |||
5 | openssl_CFLAGS = $(USER_CFLAGS) | ||
6 | openssl_LDADD = $(PLATFORM_LDADD) | ||
7 | openssl_LDADD += $(top_builddir)/crypto/libcrypto.la | ||
8 | openssl_LDADD += $(top_builddir)/ssl/libssl.la | ||
9 | |||
10 | openssl_SOURCES = | ||
11 | noinst_HEADERS = | ||