From dcebc508f40abd0eaceb57039e5789638b5297b1 Mon Sep 17 00:00:00 2001 From: Alvaro Soliverez Date: Thu, 22 Mar 2012 18:04:31 -0300 Subject: Use the correct LD_FLAGS variable for the Android target --- util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Makefile.am b/util/Makefile.am index 7df5bf6c..69832a53 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -40,5 +40,5 @@ Android.mk: Makefile.am -:CFLAGS $(DEFS) $(CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CFLAGS) \ -:CPPFLAGS $(CPPFLAGS) $(AM_CPPFLAGS) \ - -:LDFLAGS $(mc_tool_LDADD) \ + -:LDFLAGS $(LDADD) \ > $@ -- cgit v1.2.1