1
0
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:
John Zaitseff 2014-06-18 20:56:09 +10:00
parent ac6b25294e
commit be276094ea
2 changed files with 3 additions and 2 deletions

3
NEWS
View File

@ -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)

View File

@ -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