From b4fe0856824b533553d2397fcc7f883065222888 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 17 Mar 2016 10:17:43 +0000 Subject: Add AX_APPEND_LINK_FLAGS macro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s needed for compiling gssdp. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 9e4129d..635824d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ aclocaldir = $(prefix)/share/aclocal # sorted, please dist_aclocal_DATA = \ autoconf-archive/m4/ax_append_compile_flags.m4 \ + autoconf-archive/m4/ax_append_link_flags.m4 \ autoconf-archive/m4/ax_append_flag.m4 \ autoconf-archive/m4/ax_check_compile_flag.m4 \ autoconf-archive/m4/ax_is_release.m4 \ -- cgit v1.2.1