diff options
author | David King <amigadave@amigadave.com> | 2015-01-29 14:32:56 +0000 |
---|---|---|
committer | David King <amigadave@amigadave.com> | 2015-02-05 16:17:41 +0000 |
commit | 06fc52e393c899abb4a5a6639814c90ea6869f52 (patch) | |
tree | 2e740dee36bddfb46d956387c6246af5ea9a53d7 /src | |
parent | dc4e521d3d5d34306d2b677cafa24bb5d0ecc036 (diff) | |
download | yelp-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.am | 2 |
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 = \ |