diff options
author | rbuj <[email protected]> | 2020-05-17 23:53:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-05-21 20:22:59 +0200 |
commit | c77596c251b9964d177b72f4aea8139be31d1bfa (patch) | |
tree | 2fc9842e79deefd32c2440a723faa13c5dccf7f8 /cpufreq/src/Makefile.am | |
parent | c05e8a98283929fd7cd97889a96756b57ee79839 (diff) | |
download | mate-applets-c77596c251b9964d177b72f4aea8139be31d1bfa.tar.bz2 mate-applets-c77596c251b9964d177b72f4aea8139be31d1bfa.tar.xz |
build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS
Diffstat (limited to 'cpufreq/src/Makefile.am')
-rw-r--r-- | cpufreq/src/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpufreq/src/Makefile.am b/cpufreq/src/Makefile.am index bfa6fd48..af5982f9 100644 --- a/cpufreq/src/Makefile.am +++ b/cpufreq/src/Makefile.am @@ -6,8 +6,7 @@ SUBDIRS = $(selector_SUBDIR) AM_CPPFLAGS = \ -DCPUFREQ_MENU_UI_DIR=\""$(datadir)/mate/ui"\" \ - $(MATE_APPLETS4_CFLAGS) \ - $(MATEDESKTOP_CFLAGS) + $(MATE_APPLETS4_CFLAGS) if HAVE_DBUS AM_CPPFLAGS += $(DBUS_CFLAGS) @@ -37,7 +36,6 @@ mate_cpufreq_applet_CFLAGS = \ mate_cpufreq_applet_LDADD = \ $(MATE_APPLETS4_LIBS) \ - $(MATEDESKTOP_LIBS) \ $(LIBCPUFREQ_LIBS) if HAVE_DBUS |