summaryrefslogtreecommitdiff
path: root/cpufreq/src/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-05-18 10:43:17 +0200
committerraveit65 <[email protected]>2020-05-21 20:22:59 +0200
commit5a4eaf4f6948401a7affa2aa63ed9038a9d5e1f6 (patch)
treed6b712bd47e55b77f02dd8bdd8765f4ce572694b /cpufreq/src/Makefile.am
parentc77596c251b9964d177b72f4aea8139be31d1bfa (diff)
downloadmate-applets-5a4eaf4f6948401a7affa2aa63ed9038a9d5e1f6.tar.bz2
mate-applets-5a4eaf4f6948401a7affa2aa63ed9038a9d5e1f6.tar.xz
cpufreq: Port client of selector service to GDBus
https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/ed5418eed57cb00976603923d2ccf2b1b8acddf4
Diffstat (limited to 'cpufreq/src/Makefile.am')
-rw-r--r--cpufreq/src/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpufreq/src/Makefile.am b/cpufreq/src/Makefile.am
index af5982f9..83ed7faa 100644
--- a/cpufreq/src/Makefile.am
+++ b/cpufreq/src/Makefile.am
@@ -8,10 +8,6 @@ AM_CPPFLAGS = \
-DCPUFREQ_MENU_UI_DIR=\""$(datadir)/mate/ui"\" \
$(MATE_APPLETS4_CFLAGS)
-if HAVE_DBUS
-AM_CPPFLAGS += $(DBUS_CFLAGS)
-endif
-
libexec_PROGRAMS = mate-cpufreq-applet
if HAVE_LIBCPUFREQ
@@ -38,8 +34,4 @@ mate_cpufreq_applet_LDADD = \
$(MATE_APPLETS4_LIBS) \
$(LIBCPUFREQ_LIBS)
-if HAVE_DBUS
-mate_cpufreq_applet_LDADD += $(DBUS_LIBS)
-endif
-
-include $(top_srcdir)/git.mk