summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-01-29 14:32:56 +0000
committerDavid King <amigadave@amigadave.com>2015-02-05 16:17:41 +0000
commit06fc52e393c899abb4a5a6639814c90ea6869f52 (patch)
tree2e740dee36bddfb46d956387c6246af5ea9a53d7 /src
parentdc4e521d3d5d34306d2b677cafa24bb5d0ecc036 (diff)
downloadyelp-06fc52e393c899abb4a5a6639814c90ea6869f52.tar.gz
Use WARN_CFLAGS instead of AM_CFLAGS
There is no need to use the indirection of AM_CFLAGS.
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 2ce19934..5bf6f392 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,7 +21,7 @@ YELP_DEFINES = \
yelp_CFLAGS = \
-I$(top_srcdir)/libyelp \
$(YELP_CFLAGS) \
- $(AM_CFLAGS) \
+ $(WARN_CFLAGS) \
$(YELP_DEFINES)
yelp_LDADD = \