summaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-08-01 17:58:39 +0300
committermonsta <[email protected]>2016-08-01 17:58:39 +0300
commit8ec2284b64925076157c239f2478e00613d98d8a (patch)
tree8471eed4ab9a54dabfd38819e442176814c802a8 /applets
parent1244662199e726904f0759173b3628ad36d5c146 (diff)
downloadmate-power-manager-8ec2284b64925076157c239f2478e00613d98d8a.tar.bz2
mate-power-manager-8ec2284b64925076157c239f2478e00613d98d8a.tar.xz
applets: don't include non-existent dir in Makefile.am
it does no harm but can be confusing when you read it :)
Diffstat (limited to 'applets')
-rw-r--r--applets/brightness/Makefile.am2
-rw-r--r--applets/inhibit/Makefile.am1
2 files changed, 0 insertions, 3 deletions
diff --git a/applets/brightness/Makefile.am b/applets/brightness/Makefile.am
index 5fab6d6..026133d 100644
--- a/applets/brightness/Makefile.am
+++ b/applets/brightness/Makefile.am
@@ -19,7 +19,6 @@ AM_CPPFLAGS = \
-DEGG_VERBOSE="\"GPM_VERBOSE\"" \
-DEGG_LOGGING="\"GPM_LOGGING\"" \
-DEGG_CONSOLE="\"GPM_CONSOLE\"" \
- -I$(top_srcdir)/libdbus-glib \
$(DISABLE_DEPRECATED)
$(NULL)
@@ -37,7 +36,6 @@ mate_brightness_applet_LDADD = \
$(CAIRO_LIBS) \
$(PANEL_LIBS)
-
appletdir = $(datadir)/mate-panel/applets
applet_in_files = org.mate.BrightnessApplet.mate-panel-applet.in
applet_DATA = $(applet_in_files:.mate-panel-applet.in=.mate-panel-applet)
diff --git a/applets/inhibit/Makefile.am b/applets/inhibit/Makefile.am
index 3d275a1..cc5d2d7 100644
--- a/applets/inhibit/Makefile.am
+++ b/applets/inhibit/Makefile.am
@@ -19,7 +19,6 @@ AM_CPPFLAGS = \
-DEGG_VERBOSE="\"GPM_VERBOSE\"" \
-DEGG_LOGGING="\"GPM_LOGGING\"" \
-DEGG_CONSOLE="\"GPM_CONSOLE\"" \
- -I$(top_srcdir)/libdbus-glib \
$(DISABLE_DEPRECATED) \
$(NULL)