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 \
|
utils.c utils.h \
|
||||||
system.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)\"
|
$(CURSES_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
|
||||||
trader_LDADD = @CURSES_LIBS@ $(top_builddir)/lib/libgnu.a \
|
trader_LDADD = $(CURSES_LIBS) $(top_builddir)/lib/libgnu.a \
|
||||||
@LIB_HARD_LOCALE@ @LIB_MBRTOWC@ @LIB_SETLOCALE_NULL@ \
|
$(LIB_HARD_LOCALE) $(LIB_MBRTOWC) $(LIB_SETLOCALE_NULL) \
|
||||||
@LIBICONV@ @LIBINTL@
|
$(LIBICONV) $(LIBINTL)
|
||||||
|
|
||||||
EXTRA_DIST = README
|
EXTRA_DIST = README
|
||||||
|
Loading…
Reference in New Issue
Block a user