1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-07-07 15:54:14 -04:00

Use make variables instead of autoconf replacements

This commit is contained in:
John Zaitseff 2021-01-09 10:08:32 +11:00
parent 4e1378cbb5
commit 9631b64b45

View File

@ -41,10 +41,10 @@ trader_SOURCES = \
utils.c utils.h \
system.h
trader_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib \
@CURSES_CFLAGS@ -DLOCALEDIR=\"$(localedir)\"
trader_LDADD = @CURSES_LIBS@ $(top_builddir)/lib/libgnu.a \
@LIB_HARD_LOCALE@ @LIB_MBRTOWC@ @LIB_SETLOCALE_NULL@ \
@LIBICONV@ @LIBINTL@
trader_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib \
$(CURSES_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
trader_LDADD = $(CURSES_LIBS) $(top_builddir)/lib/libgnu.a \
$(LIB_HARD_LOCALE) $(LIB_MBRTOWC) $(LIB_SETLOCALE_NULL) \
$(LIBICONV) $(LIBINTL)
EXTRA_DIST = README