aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-20 16:18:59 +0000
committerJoão Valverde <j@v6e.pt>2016-02-21 07:45:33 +0000
commite282c19520802b6c1d61e29fa6dd72a8a991608c (patch)
tree04af59b091baaf996f9e5d9e27098035152ab82c /Makefile.am
parenta299e69bb2be8e0532d190bd925b89d91487bc07 (diff)
autotools: Fix multiple repetitions of -L build flags
Before: WS_LDFLAGS=' -Wl,--as-needed -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib' After: WS_LDFLAGS=' -Wl,--as-needed -L/usr/local/lib' Bumps autoconf required version to 2.64. Change-Id: Idac0e0382481ddd954b07d9ac729f33c9d11639a Reviewed-on: https://code.wireshark.org/review/14041 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1401d7dda0..53295a8298 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -704,6 +704,7 @@ EXTRA_DIST = \
aclocal-fallback/glib-2.0.m4 \
aclocal-fallback/gtk-2.0.m4 \
aclocal-fallback/gtk-3.0.m4 \
+ aclocal-fallback/ax_append_flag.m4 \
aclocal-fallback/ax_check_compile_flag.m4 \
aclocal-fallback/ax_gcc_x86_cpuid.m4 \
aclocal-fallback/ax_ext.m4 \