summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-02-05 16:08:44 +0000
committerDavid King <amigadave@amigadave.com>2015-02-05 16:17:33 +0000
commitdc4e521d3d5d34306d2b677cafa24bb5d0ecc036 (patch)
tree58381e357d58d238907ff6a2b401be0f580e747c /src
parentd071da74299fa7a68b88402ee5d9ff42f0fa37e6 (diff)
downloadyelp-dc4e521d3d5d34306d2b677cafa24bb5d0ecc036.tar.gz
Use AX_COMPILER_FLAGS
Additionally, remove unused DEPRECATION_FLAGS. https://wiki.gnome.org/Projects/GnomeCommon/Migration
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4667c922..2ce19934 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,7 +29,7 @@ yelp_LDADD = \
$(YELP_LIBS) \
$(POPT_LIBS)
-yelp_LDFLAGS = $(AM_LDFLAGS)
+yelp_LDFLAGS = $(WARN_LDFLAGS)
install-exec-hook:
rm -f $(DESTDIR)$(bindir)/gnome-help && \