diff options
author | Stefano Karapetsas <[email protected]> | 2013-11-07 19:38:44 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-11-07 19:38:44 +0100 |
commit | c38e25ccb5f77ae4bfca9a43e54b4554220bdba9 (patch) | |
tree | 3917c71710a202026cef5ac72237f0680401becf /mate-session/Makefile.am | |
parent | c17333cbd562c8021ad152b6a41d7eaa46617719 (diff) | |
download | mate-session-manager-c38e25ccb5f77ae4bfca9a43e54b4554220bdba9.tar.bz2 mate-session-manager-c38e25ccb5f77ae4bfca9a43e54b4554220bdba9.tar.xz |
Make upower optional
This commit is just an improved version of the pull request by Wolfgang Ulbrich
at https://github.com/mate-desktop/mate-session-manager/pull/38
making it working with both upower and systemd, and improving configure part
Diffstat (limited to 'mate-session/Makefile.am')
-rw-r--r-- | mate-session/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-session/Makefile.am b/mate-session/Makefile.am index 2c73d63..9485fec 100644 --- a/mate-session/Makefile.am +++ b/mate-session/Makefile.am @@ -7,6 +7,7 @@ noinst_PROGRAMS = \ AM_CPPFLAGS = \ $(MATE_SESSION_CFLAGS) \ $(SYSTEMD_CFLAGS) \ + $(UPOWER_CFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) AM_CFLAGS = $(WARN_CFLAGS) @@ -78,6 +79,7 @@ mate_session_LDADD = \ $(XEXT_LIBS) \ $(MATE_SESSION_LIBS) \ $(SYSTEMD_LIBS) \ + $(UPOWER_LIBS) \ $(EXECINFO_LIBS) libgsmutil_la_SOURCES = \ |