diff options
author | rbuj <[email protected]> | 2020-02-05 11:18:47 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-06 02:20:22 +0100 |
commit | 0e7dd9a23a7ccae9c97e7a83967bec89a83ae0e6 (patch) | |
tree | 23a12d457ba69f8fcc10490efd7ee10a0b16d5eb /tools/Makefile.am | |
parent | 9a004546cbe965cbd471a9b63c92d11b4009a56f (diff) | |
download | mate-desktop-0e7dd9a23a7ccae9c97e7a83967bec89a83ae0e6.tar.bz2 mate-desktop-0e7dd9a23a7ccae9c97e7a83967bec89a83ae0e6.tar.xz |
build: use warning flags
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index a272a9b..88c720b 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -9,6 +9,7 @@ mate_color_select_SOURCES = \ mate_color_select_CFLAGS = \ -DLOCALE_DIR=\"$(datadir)/locale\" \ + $(WARN_CFLAGS) \ $(MATE_DESKTOP_CFLAGS) mate_color_select_LDADD = \ |