summaryrefslogtreecommitdiff
path: root/applets/brightness/Makefile.am
diff options
context:
space:
mode:
authorElan Ruusamäe <[email protected]>2013-02-18 22:05:47 +0200
committerElan Ruusamäe <[email protected]>2013-02-18 22:05:47 +0200
commitd39dce39122b4f2e02c5e169581daa9016d26bfc (patch)
tree57776a0eb1f44907ebadd7686fa118f5740deb5c /applets/brightness/Makefile.am
parent790fa5e0ea340ce4c826237e1c4626096c5d42bc (diff)
downloadmate-power-manager-d39dce39122b4f2e02c5e169581daa9016d26bfc.tar.bz2
mate-power-manager-d39dce39122b4f2e02c5e169581daa9016d26bfc.tar.xz
use libnotify, not libmatenotify
Diffstat (limited to 'applets/brightness/Makefile.am')
-rw-r--r--applets/brightness/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/brightness/Makefile.am b/applets/brightness/Makefile.am
index 781a6b0..5d896e2 100644
--- a/applets/brightness/Makefile.am
+++ b/applets/brightness/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES = \
$(DBUS_CFLAGS) \
$(MATE_CFLAGS) \
$(PANEL_CFLAGS) \
- $(LIBMATENOTIFY_CFLAGS) \
+ $(LIBNOTIFY_CFLAGS) \
$(GTKUNIQUE_CFLAGS) \
-DBINDIR=\"$(bindir)\" \
-DMATELOCALEDIR=\""$(datadir)/locale"\" \