From 2b6dbc39ef274d5298daad1ff864be8fc3c56537 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 10 Jul 2014 06:21:51 -0500 Subject: initial top-level import of subdirectories --- apps/Makefile.am.tpl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/Makefile.am.tpl (limited to 'apps') 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 @@ +include $(top_srcdir)/Makefile.am.common + +bin_PROGRAMS = openssl + +openssl_CFLAGS = $(USER_CFLAGS) +openssl_LDADD = $(PLATFORM_LDADD) +openssl_LDADD += $(top_builddir)/crypto/libcrypto.la +openssl_LDADD += $(top_builddir)/ssl/libssl.la + +openssl_SOURCES = +noinst_HEADERS = -- cgit v1.2.3-55-g6feb