diff options
author | rbuj <[email protected]> | 2020-04-08 10:34:35 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-04-08 18:00:21 +0200 |
commit | ef9f92c36b5926f397028e1a524f22ff96e321da (patch) | |
tree | 2b1748b71cbc71949705a2dffdbbf45fed3f4d5f /cpufreq/src/Makefile.am | |
parent | 395c75826b1a4a63236087d2875259553b6cb620 (diff) | |
download | mate-applets-ef9f92c36b5926f397028e1a524f22ff96e321da.tar.bz2 mate-applets-ef9f92c36b5926f397028e1a524f22ff96e321da.tar.xz |
build: Use WARN_CFLAGS variable
Diffstat (limited to 'cpufreq/src/Makefile.am')
-rw-r--r-- | cpufreq/src/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cpufreq/src/Makefile.am b/cpufreq/src/Makefile.am index 40d7c01c..b9a3781c 100644 --- a/cpufreq/src/Makefile.am +++ b/cpufreq/src/Makefile.am @@ -29,9 +29,12 @@ mate_cpufreq_applet_SOURCES = \ $(cpufreq_files) \ cpufreq-monitor-cpuinfo.c cpufreq-monitor-cpuinfo.h -mate_cpufreq_applet_LDADD = \ +mate_cpufreq_applet_CFLAGS = \ + ${WARN_CFLAGS} + +mate_cpufreq_applet_LDADD = \ $(MATE_APPLETS4_LIBS) \ - $(MATEDESKTOP_LIBS) \ + $(MATEDESKTOP_LIBS) \ $(LIBCPUFREQ_LIBS) \ $(DBUS_LIBS) |