diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-19 00:06:12 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-19 00:06:12 -0800 |
commit | 6c72a7128f53f8999013db7ae3729d428597b224 (patch) | |
tree | 2612fa788eb983c055cb2aaee17750f5f6c9accd /src/Makefile.am | |
parent | 982c86b51d022fb4fa9310daaeb5c77e070328de (diff) | |
parent | 49336aa33623fb20a495ecd329a2504511a0c112 (diff) | |
download | mate-power-manager-6c72a7128f53f8999013db7ae3729d428597b224.tar.bz2 mate-power-manager-6c72a7128f53f8999013db7ae3729d428597b224.tar.xz |
Merge pull request #50 from glensc/systemd-fallback
allow compiling with systemd, but have systemd booted optional
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b5e7369..fcbca7d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -192,6 +192,7 @@ mate_power_manager_LDADD = \ $(LIBNOTIFY_LIBS) \ $(GPM_EXTRA_LIBS) \ $(UPOWER_LIBS) \ + $(SYSTEMD_INHIBIT_LIBS) \ -lm mate_power_manager_CFLAGS = \ |