diff options
Diffstat (limited to 'ssl/Makefile.am')
-rw-r--r-- | ssl/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 227dfdf..7eb0ccd 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
@@ -1,5 +1,7 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | 1 | include $(top_srcdir)/Makefile.am.common |
2 | 2 | ||
3 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio | ||
4 | |||
3 | noinst_LTLIBRARIES = libbs.la | 5 | noinst_LTLIBRARIES = libbs.la |
4 | 6 | ||
5 | if ENABLE_LIBTLS_ONLY | 7 | if ENABLE_LIBTLS_ONLY |