diff options
author | Elan Ruusamäe <[email protected]> | 2013-02-23 15:43:50 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-23 15:43:50 +0100 |
commit | ff2194b0b749821e236b8e459cd4030e7375eef5 (patch) | |
tree | f0d7fe6cadbedf287d159d5115532846c9ac8a1e /cpufreq/src/Makefile.am | |
parent | 044827e06e5d6cc1f3a1bc7d81d201d04a6541c7 (diff) | |
download | mate-applets-ff2194b0b749821e236b8e459cd4030e7375eef5.tar.bz2 mate-applets-ff2194b0b749821e236b8e459cd4030e7375eef5.tar.xz |
Rename cpufreq applet not to file conflict with GNOME
Diffstat (limited to 'cpufreq/src/Makefile.am')
-rw-r--r-- | cpufreq/src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpufreq/src/Makefile.am b/cpufreq/src/Makefile.am index d51e1529..3f4162a9 100644 --- a/cpufreq/src/Makefile.am +++ b/cpufreq/src/Makefile.am @@ -10,13 +10,13 @@ INCLUDES = \ $(LIBGLADE_CFLAGS) \ $(DBUS_CFLAGS) -libexec_PROGRAMS = cpufreq-applet +libexec_PROGRAMS = mate-cpufreq-applet if HAVE_LIBCPUFREQ cpufreq_files=cpufreq-monitor-libcpufreq.c cpufreq-monitor-libcpufreq.h endif -cpufreq_applet_SOURCES = \ +mate_cpufreq_applet_SOURCES = \ cpufreq-applet.c cpufreq-applet.h \ cpufreq-utils.c cpufreq-utils.h \ cpufreq-prefs.c cpufreq-prefs.h \ @@ -29,7 +29,7 @@ cpufreq_applet_SOURCES = \ $(cpufreq_files) \ cpufreq-monitor-cpuinfo.c cpufreq-monitor-cpuinfo.h -cpufreq_applet_LDADD = \ +mate_cpufreq_applet_LDADD = \ $(MATE_APPLETS4_LIBS) \ $(LIBGLADE_LIBS) \ $(LIBCPUFREQ_LIBS) \ |