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 /typing-break/Makefile.am | |
parent | 61b997c678b31041e5128c52ab1a57858f9dda30 (diff) | |
download | mate-control-center-7409da3ec2cc07e81a12825c226d5dff8f3d27d0.tar.bz2 mate-control-center-7409da3ec2cc07e81a12825c226d5dff8f3d27d0.tar.xz |
build: use warning flags
Diffstat (limited to 'typing-break/Makefile.am')
-rw-r--r-- | typing-break/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/typing-break/Makefile.am b/typing-break/Makefile.am index c004f21d..8233b4c1 100644 --- a/typing-break/Makefile.am +++ b/typing-break/Makefile.am @@ -22,6 +22,7 @@ mate_typing_monitor_CPPFLAGS = \ mate_typing_monitor_CFLAGS = \ @TYPING_CFLAGS@ \ @MATE_DESKTOP_CFLAGS@ \ + $(WARN_CFLAGS) \ $(AM_CFLAGS) mate_typing_monitor_LDADD = @TYPING_LIBS@ @MATE_DESKTOP_LIBS@ @SCREENSAVER_LIBS@ |