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 /mate-about/Makefile.am | |
parent | 9a004546cbe965cbd471a9b63c92d11b4009a56f (diff) | |
download | mate-desktop-0e7dd9a23a7ccae9c97e7a83967bec89a83ae0e6.tar.bz2 mate-desktop-0e7dd9a23a7ccae9c97e7a83967bec89a83ae0e6.tar.xz |
build: use warning flags
Diffstat (limited to 'mate-about/Makefile.am')
-rw-r--r-- | mate-about/Makefile.am | 2 |
1 files changed, 1 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 = \ |