summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-02-05 11:18:47 +0100
committerraveit65 <[email protected]>2020-02-06 02:20:22 +0100
commit0e7dd9a23a7ccae9c97e7a83967bec89a83ae0e6 (patch)
tree23a12d457ba69f8fcc10490efd7ee10a0b16d5eb
parent9a004546cbe965cbd471a9b63c92d11b4009a56f (diff)
downloadmate-desktop-0e7dd9a23a7ccae9c97e7a83967bec89a83ae0e6.tar.bz2
mate-desktop-0e7dd9a23a7ccae9c97e7a83967bec89a83ae0e6.tar.xz
build: use warning flags
-rw-r--r--mate-about/Makefile.am2
-rw-r--r--tools/Makefile.am1
2 files changed, 2 insertions, 1 deletions
diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am
index 4df5e27..79c03e4 100644
--- a/mate-about/Makefile.am
+++ b/mate-about/Makefile.am
@@ -1,6 +1,6 @@
bin_PROGRAMS = mate-about
mate_about_SOURCES = mate-about.c mate-about.h
-mate_about_CFLAGS = $(MATE_ABOUT_CFLAGS)
+mate_about_CFLAGS = $(WARN_CFLAGS) $(MATE_ABOUT_CFLAGS)
mate_about_LDADD = $(MATE_ABOUT_LIBS)
AM_CPPFLAGS = \
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 = \