diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-18 13:54:58 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-18 13:54:58 -0800 |
commit | 982c86b51d022fb4fa9310daaeb5c77e070328de (patch) | |
tree | 9963e509e0cd5cbbd4db7eaf0972f347e500dc17 /applets | |
parent | 790fa5e0ea340ce4c826237e1c4626096c5d42bc (diff) | |
parent | 7ab40269be0cfe23e4d404d9e304d589ee81873f (diff) | |
download | mate-power-manager-982c86b51d022fb4fa9310daaeb5c77e070328de.tar.bz2 mate-power-manager-982c86b51d022fb4fa9310daaeb5c77e070328de.tar.xz |
Merge pull request #49 from glensc/libnotify
use libnotify, not libmatenotify
Diffstat (limited to 'applets')
-rw-r--r-- | applets/brightness/Makefile.am | 2 | ||||
-rw-r--r-- | applets/inhibit/Makefile.am | 2 |
2 files changed, 2 insertions, 2 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"\" \ diff --git a/applets/inhibit/Makefile.am b/applets/inhibit/Makefile.am index 37f5d6c..b6d6258 100644 --- a/applets/inhibit/Makefile.am +++ b/applets/inhibit/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = \ $(DBUS_CFLAGS) \ $(MATE_CFLAGS) \ $(PANEL_CFLAGS) \ - $(LIBMATENOTIFY_CFLAGS) \ + $(LIBNOTIFY_CFLAGS) \ $(GTKUNIQUE_CFLAGS) \ -DBINDIR=\"$(bindir)\" \ -DMATELOCALEDIR=\""$(datadir)/locale"\" \ |