From 4e1378cbb5fbb286b95b5ee34c15f308b7cbdde0 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Sat, 9 Jan 2021 10:08:19 +1100 Subject: [PATCH] Include libraries recommended by gnulib-tool --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3fcac4a..099f55e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,8 +41,10 @@ trader_SOURCES = \ utils.c utils.h \ system.h -trader_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib \ +trader_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib \ @CURSES_CFLAGS@ -DLOCALEDIR=\"$(localedir)\" -trader_LDADD = @CURSES_LIBS@ $(top_builddir)/lib/libgnu.a @LIBICONV@ @LIBINTL@ +trader_LDADD = @CURSES_LIBS@ $(top_builddir)/lib/libgnu.a \ + @LIB_HARD_LOCALE@ @LIB_MBRTOWC@ @LIB_SETLOCALE_NULL@ \ + @LIBICONV@ @LIBINTL@ EXTRA_DIST = README