diff options
author | rbuj <[email protected]> | 2020-02-05 10:47:58 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-06 00:37:40 +0100 |
commit | 7409da3ec2cc07e81a12825c226d5dff8f3d27d0 (patch) | |
tree | 2a14d9c63f135406bc7ba0434a1e8d0041fb170d /shell | |
parent | 61b997c678b31041e5128c52ab1a57858f9dda30 (diff) | |
download | mate-control-center-7409da3ec2cc07e81a12825c226d5dff8f3d27d0.tar.bz2 mate-control-center-7409da3ec2cc07e81a12825c226d5dff8f3d27d0.tar.xz |
build: use warning flags
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
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 |