diff options
Diffstat (limited to 'apps/Makefile.am.tpl')
-rw-r--r-- | apps/Makefile.am.tpl | 21 |
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 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | ||
2 | |||
3 | bin_PROGRAMS = openssl | ||
4 | |||
5 | openssl_CFLAGS = $(USER_CFLAGS) | ||
6 | openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | ||
7 | openssl_LDADD += $(top_builddir)/ssl/libssl.la | ||
8 | openssl_LDADD += $(top_builddir)/crypto/libcrypto.la | ||
9 | |||
10 | openssl_SOURCES = | ||
11 | noinst_HEADERS = | ||
12 | |||
13 | if !HAVE_STRTONUM | ||
14 | openssl_SOURCES += strtonum.c | ||
15 | endif | ||
16 | |||
17 | if !HAVE_POLL | ||
18 | if HOST_WIN | ||
19 | openssl_SOURCES += poll.c | ||
20 | endif | ||
21 | endif | ||