From 7409da3ec2cc07e81a12825c226d5dff8f3d27d0 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 5 Feb 2020 10:47:58 +0100 Subject: build: use warning flags --- shell/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'shell') diff --git a/shell/Makefile.am b/shell/Makefile.am index e2f81ba8..15447108 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -3,11 +3,12 @@ REAL_LIBSLAB_LIBS = $(top_builddir)/libslab/libmate-slab.la AM_CPPFLAGS = \ -I$(top_srcdir) \ - $(REAL_LIBSLAB_CFLAGS) \ - $(MATECC_SHELL_CFLAGS) \ + $(WARN_CFLAGS) \ + $(REAL_LIBSLAB_CFLAGS) \ + $(MATECC_SHELL_CFLAGS) \ -DMATELOCALEDIR="\"$(datadir)/locale\"" -bin_PROGRAMS = mate-control-center +bin_PROGRAMS = mate-control-center mate_control_center_SOURCES = \ control-center.c -- cgit v1.2.1