aboutsummaryrefslogtreecommitdiff
path: root/apps/Makefile.am.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Makefile.am.tpl')
-rw-r--r--apps/Makefile.am.tpl21
1 files changed, 0 insertions, 21 deletions
diff --git a/apps/Makefile.am.tpl b/apps/Makefile.am.tpl
deleted file mode 100644
index 16b3d8b..0000000
--- a/apps/Makefile.am.tpl
+++ /dev/null
@@ -1,21 +0,0 @@
1include $(top_srcdir)/Makefile.am.common
2
3bin_PROGRAMS = openssl
4
5openssl_CFLAGS = $(USER_CFLAGS)
6openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
7openssl_LDADD += $(top_builddir)/ssl/libssl.la
8openssl_LDADD += $(top_builddir)/crypto/libcrypto.la
9
10openssl_SOURCES =
11noinst_HEADERS =
12
13if !HAVE_STRTONUM
14openssl_SOURCES += strtonum.c
15endif
16
17if !HAVE_POLL
18if HOST_WIN
19openssl_SOURCES += poll.c
20endif
21endif