summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2016-03-17 10:17:43 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2016-03-17 10:17:43 +0000
commitb4fe0856824b533553d2397fcc7f883065222888 (patch)
treeb43eec2485fe63c6e495da11571a605c8f183369
parent241af2abf2151f1bcb3cf16371deeaf9ed11edf1 (diff)
downloadm4-common-b4fe0856824b533553d2397fcc7f883065222888.tar.gz
Add AX_APPEND_LINK_FLAGS macro
It’s needed for compiling gssdp.
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \