1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-12-04 14:46:45 -05:00

Include libraries recommended by gnulib-tool

This commit is contained in:
John Zaitseff 2021-01-09 10:08:19 +11:00
parent 0d1bc30f6a
commit 4e1378cbb5

View File

@ -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