summaryrefslogtreecommitdiff
path: root/battstat
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-04-08 10:34:35 +0200
committerZenWalker <[email protected]>2020-04-08 18:00:21 +0200
commitef9f92c36b5926f397028e1a524f22ff96e321da (patch)
tree2b1748b71cbc71949705a2dffdbbf45fed3f4d5f /battstat
parent395c75826b1a4a63236087d2875259553b6cb620 (diff)
downloadmate-applets-ef9f92c36b5926f397028e1a524f22ff96e321da.tar.bz2
mate-applets-ef9f92c36b5926f397028e1a524f22ff96e321da.tar.xz
build: Use WARN_CFLAGS variable
Diffstat (limited to 'battstat')
-rw-r--r--battstat/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/battstat/Makefile.am b/battstat/Makefile.am
index 884252e3..6d8b3af8 100644
--- a/battstat/Makefile.am
+++ b/battstat/Makefile.am
@@ -24,10 +24,11 @@ SUBDIRS = docs sounds $(APMDIR)
DIST_SUBDIRS = docs sounds apmlib
AM_CPPFLAGS = \
- $(MATE_APPLETS4_CFLAGS) \
- $(MATEDESKTOP_CFLAGS) \
+ ${WARN_CFLAGS} \
+ $(MATE_APPLETS4_CFLAGS) \
+ $(MATEDESKTOP_CFLAGS) \
$(LIBNOTIFY_CFLAGS) \
- $(UPOWER_CFLAGS) \
+ $(UPOWER_CFLAGS) \
$(APMINC) \
$(ACPIINC) \
-DG_LOG_DOMAIN=\"battstat_applet\" \