diff options
author | rbuj <[email protected]> | 2019-10-10 20:21:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-11 17:09:43 +0200 |
commit | 1f714672693f637f81ac55cf4f4618c74d10e229 (patch) | |
tree | 4b0608984141ac3918fde87e64eea77983a5ff86 /src/capplet/Makefile.am | |
parent | 2aa513e98b1e3ab11a8ed8b3421cc47780f62101 (diff) | |
download | mate-notification-daemon-1f714672693f637f81ac55cf4f4618c74d10e229.tar.bz2 mate-notification-daemon-1f714672693f637f81ac55cf4f4618c74d10e229.tar.xz |
Use WARN_CFLAGS which are only set with --enable-compiler-warnings
It removes --enable-more-warnings, since it is recommended to use
--enable-compile-warnings=maximum
It updates configure summary.
It removes c++ checks as there is no c++ code.
Diffstat (limited to 'src/capplet/Makefile.am')
-rw-r--r-- | src/capplet/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/capplet/Makefile.am b/src/capplet/Makefile.am index dfd31f2..12110b1 100644 --- a/src/capplet/Makefile.am +++ b/src/capplet/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = mate-notification-properties mate_notification_properties_LDADD = $(NOTIFICATION_CAPPLET_LIBS) mate_notification_properties_SOURCES = mate-notification-properties.c - +mate_notification_properties_CFLAGS = $(WARN_CFLAGS) uidir = $(datadir)/mate-notification-daemon ui_DATA = mate-notification-properties.ui |