From 5a4eaf4f6948401a7affa2aa63ed9038a9d5e1f6 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 18 May 2020 10:43:17 +0200 Subject: cpufreq: Port client of selector service to GDBus https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/ed5418eed57cb00976603923d2ccf2b1b8acddf4 --- cpufreq/src/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cpufreq/src/Makefile.am') 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 -- cgit v1.2.1