diff options
author | Monsta <[email protected]> | 2014-12-30 16:22:31 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-30 14:59:32 +0100 |
commit | 30a5f1e62ac9d12deef0c3ccf7f84b71b7f8ee41 (patch) | |
tree | 56118480ce154d409c1fc684c49f2d4b7f7dec79 /cpufreq/src | |
parent | 948b6d430ef5bca2c6ece1459cafc7631e7ce9c3 (diff) | |
download | mate-applets-30a5f1e62ac9d12deef0c3ccf7f84b71b7f8ee41.tar.bz2 mate-applets-30a5f1e62ac9d12deef0c3ccf7f84b71b7f8ee41.tar.xz |
cpufreq, README: removed more obsolete stuff
Diffstat (limited to 'cpufreq/src')
-rw-r--r-- | cpufreq/src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpufreq/src/Makefile.am b/cpufreq/src/Makefile.am index 9d0a1140..fa8b8040 100644 --- a/cpufreq/src/Makefile.am +++ b/cpufreq/src/Makefile.am @@ -8,7 +8,6 @@ AM_CPPFLAGS = \ -DCPUFREQ_MENU_UI_DIR=\""$(datadir)/mate/ui"\" \ $(MATE_APPLETS4_CFLAGS) \ $(MATEDESKTOP_CFLAGS) \ - $(LIBGLADE_CFLAGS) \ $(DBUS_CFLAGS) libexec_PROGRAMS = mate-cpufreq-applet @@ -33,7 +32,6 @@ mate_cpufreq_applet_SOURCES = \ mate_cpufreq_applet_LDADD = \ $(MATE_APPLETS4_LIBS) \ $(MATEDESKTOP_LIBS) \ - $(LIBGLADE_LIBS) \ $(LIBCPUFREQ_LIBS) \ $(DBUS_LIBS) |