summaryrefslogtreecommitdiff
path: root/cpufreq
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-15 18:55:47 -0300
committerPerberos <[email protected]>2011-11-15 18:55:47 -0300
commitccf79984ccd59e1ad4416147e02f67d9878730c2 (patch)
tree520540fdbcff0622d78d61e41d4e2499e95aeb51 /cpufreq
parente640782c60a07ff48ec35d7b54cb2a0279d56783 (diff)
downloadmate-applets-ccf79984ccd59e1ad4416147e02f67d9878730c2.tar.bz2
mate-applets-ccf79984ccd59e1ad4416147e02f67d9878730c2.tar.xz
renaming cpufreq-selector to mate-cpufreq-selector
Diffstat (limited to 'cpufreq')
-rw-r--r--cpufreq/src/cpufreq-selector/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpufreq/src/cpufreq-selector/Makefile.am b/cpufreq/src/cpufreq-selector/Makefile.am
index b2db7a97..ea660c43 100644
--- a/cpufreq/src/cpufreq-selector/Makefile.am
+++ b/cpufreq/src/cpufreq-selector/Makefile.am
@@ -8,11 +8,11 @@ INCLUDES += \
$(POLKIT_CFLAGS)
endif
-bin_PROGRAMS = cpufreq-selector
+bin_PROGRAMS = mate-cpufreq-selector
install-exec-hook:
if CPUFREQ_SELECTOR_SUID
- chmod 4755 $(DESTDIR)$(bindir)/cpufreq-selector
+ chmod 4755 $(DESTDIR)$(bindir)/mate-cpufreq-selector
endif
@@ -24,7 +24,7 @@ if HAVE_POLKIT
service_files=cpufreq-selector-service.c cpufreq-selector-service.h
endif
-cpufreq_selector_SOURCES = \
+mate_cpufreq_selector_SOURCES = \
cpufreq-selector.c cpufreq-selector.h \
cpufreq-selector-sysfs.c cpufreq-selector-sysfs.h \
cpufreq-selector-procfs.c cpufreq-selector-procfs.h \
@@ -34,17 +34,17 @@ cpufreq_selector_SOURCES = \
$(BUILT_SOURCES) \
main.c
-cpufreq_selector_LDADD = \
+mate_cpufreq_selector_LDADD = \
$(CPUFREQ_SELECTOR_LIBS) \
$(LIBCPUFREQ_LIBS)
if HAVE_POLKIT
-cpufreq_selector_LDADD += \
+mate_cpufreq_selector_LDADD += \
$(DBUS_LIBS) \
$(POLKIT_LIBS)
endif
-cpufreq_selector_LDFLAGS = $(LDFLAGS) -Wl,-z,now
+mate_cpufreq_selector_LDFLAGS = $(LDFLAGS) -Wl,-z,now
dbus_services_in_files = org.mate.CPUFreqSelector.service.in
polkit_in_files = org.mate.cpufreqselector.policy.in