From 686b3b0e0ef959672b1ba77b39822a24c2fdb222 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Mon, 1 Aug 2011 18:59:11 +1000 Subject: [PATCH] Rearrange order of linked libraries; move definition of LOCALEDIR --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index afac912..692d7f6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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