commit abe5971f7398bda68c0e2757ccb8cdbe23d081e5 parent 32ddce4e3f346f5c7dad9a51180e11489124d93e Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Mon, 10 Aug 2015 12:13:24 +0200 autoconf mgmt Diffstat:
| M | Makefile.am | | | 2 | +- |
| M | src/backend/Makefile.am | | | 10 | ++++++++++ |
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am @@ -1,4 +1,4 @@ # the following definition tells where others .am are located AM_CPPFLAGS = -I$(top_srcdir)/src/include -SUBDIRS = src doc +SUBDIRS = src #doc ACLOCAL_AMFLAGS = -I m4 diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am @@ -30,3 +30,13 @@ taler_merchant_httpd_LDADD = \ -lgnunetpostgres \ -lpq \ -lpthread + +# NOTE: the lines +# /home/demo/mint/src/util/libtalerutil.la \ +# /home/demo/mint/src/mintdb/libtalermintdb.la \ +# don't seem to be replaceable with -ltalerutil and -ltalermintdb +# -ltalerutil \ +# -ltalermintdb \ +# so that this Makefile.am depends on where the mint source tree +# is in the user's computer. +