diff options
author | Sander Sweers <[email protected]> | 2016-04-17 15:04:08 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2017-03-05 14:12:12 +0300 |
commit | 9923739fe6f161a05078340593bf6a91db13d9be (patch) | |
tree | 04206ce1a4d88c8236229d2f1adfc325d8dcd641 /mate-session/Makefile.am | |
parent | 54d119718d8c2c109e089669aacdb66ffeb38a3e (diff) | |
download | mate-session-manager-9923739fe6f161a05078340593bf6a91db13d9be.tar.bz2 mate-session-manager-9923739fe6f161a05078340593bf6a91db13d9be.tar.xz |
Replace deprecated upower functions with ConsoleKit2 equivalents
This requires ConsoleKit2 version 0.9.2.
+ corrections for issues mentioned at https://github.com/mate-desktop/mate-session-manager/pull/133
Diffstat (limited to 'mate-session/Makefile.am')
-rw-r--r-- | mate-session/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mate-session/Makefile.am b/mate-session/Makefile.am index c6e8d37..4b2e3f1 100644 --- a/mate-session/Makefile.am +++ b/mate-session/Makefile.am @@ -7,7 +7,6 @@ noinst_PROGRAMS = \ AM_CPPFLAGS = \ $(MATE_SESSION_CFLAGS) \ $(SYSTEMD_CFLAGS) \ - $(UPOWER_CFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) AM_CFLAGS = $(WARN_CFLAGS) @@ -81,7 +80,6 @@ mate_session_LDADD = \ $(XEXT_LIBS) \ $(MATE_SESSION_LIBS) \ $(SYSTEMD_LIBS) \ - $(UPOWER_LIBS) \ $(EXECINFO_LIBS) libgsmutil_la_SOURCES = \ |