diff options
author | Elan Ruusamäe <[email protected]> | 2013-02-18 22:05:47 +0200 |
---|---|---|
committer | Elan Ruusamäe <[email protected]> | 2013-02-18 22:05:47 +0200 |
commit | d39dce39122b4f2e02c5e169581daa9016d26bfc (patch) | |
tree | 57776a0eb1f44907ebadd7686fa118f5740deb5c /applets/inhibit | |
parent | 790fa5e0ea340ce4c826237e1c4626096c5d42bc (diff) | |
download | mate-power-manager-d39dce39122b4f2e02c5e169581daa9016d26bfc.tar.bz2 mate-power-manager-d39dce39122b4f2e02c5e169581daa9016d26bfc.tar.xz |
use libnotify, not libmatenotify
Diffstat (limited to 'applets/inhibit')
-rw-r--r-- | applets/inhibit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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"\" \ |