summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-07-25 13:48:57 +0100
committerRichard Hughes <richard@hughsie.com>2016-07-25 13:48:57 +0100
commitacd5eb51200301987500ccf737b23d3d1dd70914 (patch)
tree57c4b0f6292e6de1145b3ead85846945726188bc /client
parent74594acf6d9745b8ea0d4efbd58a4fc331f6ef46 (diff)
downloadappstream-glib-acd5eb51200301987500ccf737b23d3d1dd70914.tar.gz
Be more careful choosing warning flags
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index efebfee..a363d90 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -40,7 +40,7 @@ appstream_util_LDADD = \
appstream_util_LDFLAGS = \
$(PIE_LDFLAGS)
appstream_util_CFLAGS = \
- $(WARNINGFLAGS_C)
+ $(WARN_CFLAGS)
if HAVE_BUILDER
appstream_builder_SOURCES = \
@@ -55,7 +55,7 @@ appstream_builder_LDADD = \
appstream_builder_LDFLAGS = \
$(PIE_LDFLAGS)
appstream_builder_CFLAGS = \
- $(WARNINGFLAGS_C)
+ $(WARN_CFLAGS)
endif
appstream_compose_SOURCES = \
@@ -69,6 +69,6 @@ appstream_compose_LDADD = \
appstream_compose_LDFLAGS = \
$(PIE_LDFLAGS)
appstream_compose_CFLAGS = \
- $(WARNINGFLAGS_C)
+ $(WARN_CFLAGS)
-include $(top_srcdir)/git.mk