mirror of
https://git.zap.org.au/git/trader.git
synced 2024-12-04 14:46:45 -05:00
Use make variables instead of autoconf replacements
This commit is contained in:
parent
4e1378cbb5
commit
9631b64b45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user