mirror of
https://git.zap.org.au/git/trader.git
synced 2025-01-03 14:57:41 -05:00
Rearrange library includes to allow compilation under Cygwin
This commit is contained in:
parent
ac6b25294e
commit
be276094ea
3
NEWS
3
NEWS
@ -18,7 +18,8 @@ at http://www.zap.org.au/services/svn/.
|
||||
Version 7.6 (not yet released)
|
||||
------------------------------
|
||||
|
||||
(Nothing yet...)
|
||||
A minor release to fix compilation bugs under Cygwin: the libiconv library
|
||||
must be listed AFTER the GNU Portability Library on that platform.
|
||||
|
||||
|
||||
Version 7.5 (24th May, 2014)
|
||||
|
@ -43,6 +43,6 @@ trader_SOURCES = \
|
||||
|
||||
trader_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib \
|
||||
-DLOCALEDIR=\"$(localedir)\"
|
||||
trader_LDADD = @CURSES_LIB@ @LIBICONV@ $(top_builddir)/lib/libgnu.a @LIBINTL@
|
||||
trader_LDADD = @CURSES_LIB@ $(top_builddir)/lib/libgnu.a @LIBICONV@ @LIBINTL@
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
Loading…
Reference in New Issue
Block a user