mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05:00
24 lines
1.0 KiB
Diff
24 lines
1.0 KiB
Diff
diff -ruNa trader-7.5.orig/src/Makefile.am trader-7.5/src/Makefile.am
|
|
--- trader-7.5.orig/src/Makefile.am 2014-05-24 08:03:43.000000000 +1000
|
|
+++ trader-7.5/src/Makefile.am 2014-06-18 20:45:54.734000200 +1000
|
|
@@ -43,6 +43,6 @@
|
|
|
|
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
|
|
diff -ruNa trader-7.5.orig/src/Makefile.in trader-7.5/src/Makefile.in
|
|
--- trader-7.5.orig/src/Makefile.in 2014-05-24 08:14:33.000000000 +1000
|
|
+++ trader-7.5/src/Makefile.in 2014-06-18 20:46:29.158477600 +1000
|
|
@@ -993,7 +993,7 @@
|
|
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
|
|
all: all-am
|
|
|