mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05:00
Rearrange order of linked libraries; move definition of LOCALEDIR
This commit is contained in:
parent
378b7e64b0
commit
686b3b0e0e
@ -41,8 +41,8 @@ trader_SOURCES = \
|
||||
utils.c utils.h \
|
||||
system.h
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
|
||||
trader_LDADD = @LIBINTL@ @CURSES_LIB@ $(top_builddir)/lib/libgnu.a
|
||||
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
|
||||
trader_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib \
|
||||
-DLOCALEDIR=\"$(localedir)\"
|
||||
trader_LDADD = @CURSES_LIB@ $(top_builddir)/lib/libgnu.a @LIBINTL@
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
Loading…
Reference in New Issue
Block a user