summaryrefslogtreecommitdiff
path: root/cpufreq/src
diff options
context:
space:
mode:
authorraveit <[email protected]>2013-06-02 18:25:52 +0200
committerraveit <[email protected]>2013-06-02 18:25:52 +0200
commit34cee4ade566c148f76d6dd0157ea442b4c9e01a (patch)
tree11963c0896c396922aeddb2cf1d7c1b7fb34d7f6 /cpufreq/src
parent38f14561ec526b8efebec5fd6db33979b6eefc49 (diff)
downloadmate-applets-34cee4ade566c148f76d6dd0157ea442b4c9e01a.tar.bz2
mate-applets-34cee4ade566c148f76d6dd0157ea442b4c9e01a.tar.xz
fix some make files for automake-1.13
Diffstat (limited to 'cpufreq/src')
-rw-r--r--cpufreq/src/Makefile.am2
-rw-r--r--cpufreq/src/cpufreq-selector/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/cpufreq/src/Makefile.am b/cpufreq/src/Makefile.am
index 3f4162a9..a30d3513 100644
--- a/cpufreq/src/Makefile.am
+++ b/cpufreq/src/Makefile.am
@@ -4,7 +4,7 @@ endif
SUBDIRS = $(selector_SUBDIR)
-INCLUDES = \
+AM_CPPFLAGS = \
-DCPUFREQ_MENU_UI_DIR=\""$(datadir)/mate-2.0/ui"\" \
$(MATE_APPLETS4_CFLAGS) \
$(LIBGLADE_CFLAGS) \
diff --git a/cpufreq/src/cpufreq-selector/Makefile.am b/cpufreq/src/cpufreq-selector/Makefile.am
index ea660c43..27dfac69 100644
--- a/cpufreq/src/cpufreq-selector/Makefile.am
+++ b/cpufreq/src/cpufreq-selector/Makefile.am
@@ -1,9 +1,9 @@
cpufreqselectordir = $(bindir)
-INCLUDES = $(CPUFREQ_SELECTOR_CFLAGS)
+AM_CPPFLAGS = $(CPUFREQ_SELECTOR_CFLAGS)
if HAVE_POLKIT
-INCLUDES += \
+AM_CPPFLAGS += \
$(DBUS_CFLAGS) \
$(POLKIT_CFLAGS)
endif