diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-23 01:33:10 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-23 01:33:10 -0700 |
commit | 4c5c81c6bc16812cb62a53b7257167cddef28a7c (patch) | |
tree | 5340050689948130a567be5c3d0c9a32817c3ff1 /src/Makefile.am | |
parent | 6ebb90a3029238c6d57fc67fd3ba2d2fbc4065a8 (diff) | |
parent | 247f3aeeffd20e0971641d8bb9ab1337f81991cd (diff) | |
download | mate-power-manager-4c5c81c6bc16812cb62a53b7257167cddef28a7c.tar.bz2 mate-power-manager-4c5c81c6bc16812cb62a53b7257167cddef28a7c.tar.xz |
Merge pull request #61 from lxnay/fix-github-master
Move logind / consolekit detection to runtime
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5fda8ee..a10b98b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -194,7 +194,6 @@ mate_power_manager_LDADD = \ $(LIBNOTIFY_LIBS) \ $(GPM_EXTRA_LIBS) \ $(UPOWER_LIBS) \ - $(SYSTEMD_INHIBIT_LIBS) \ -lm mate_power_manager_CFLAGS = \ |