diff --git a/clamdtop/Makefile.am b/clamdtop/Makefile.am index 27af57b..9a52c10 100644 --- a/clamdtop/Makefile.am +++ b/clamdtop/Makefile.am @@ -12,7 +12,7 @@ clamdtop_SOURCES = \ AM_CFLAGS=@WERR_CFLAGS@ AM_CPPFLAGS = -I$(top_srcdir) @CURSES_CPPFLAGS@ @SSL_CPPFLAGS@ -clamdtop_LDADD = @CURSES_LIBS@ $(top_builddir)/libclamav/libclamav_internal_utils_nothreads.la +clamdtop_LDADD = @CURSES_LIBS@ @SSL_LIBS@ $(top_builddir)/libclamav/libclamav_internal_utils_nothreads.la endif DEFS = @DEFS@ -DCL_NOTHREADS -DCL_NOLIBCLAMAV EXTRA_DIST = clamdtop.c diff --git a/clamdtop/Makefile.in b/clamdtop/Makefile.in index 636a8e2..e25f377 100644 --- a/clamdtop/Makefile.in +++ b/clamdtop/Makefile.in @@ -408,7 +408,7 @@ top_srcdir = @top_srcdir@ @HAVE_CURSES_TRUE@AM_CFLAGS = @WERR_CFLAGS@ @HAVE_CURSES_TRUE@AM_CPPFLAGS = -I$(top_srcdir) @CURSES_CPPFLAGS@ @SSL_CPPFLAGS@ -@HAVE_CURSES_TRUE@clamdtop_LDADD = @CURSES_LIBS@ $(top_builddir)/libclamav/libclamav_internal_utils_nothreads.la +@HAVE_CURSES_TRUE@clamdtop_LDADD = @CURSES_LIBS@ @SSL_LIBS@ $(top_builddir)/libclamav/libclamav_internal_utils_nothreads.la EXTRA_DIST = clamdtop.c all: all-am