diff options
author | Elan Ruusamäe <[email protected]> | 2013-02-19 00:39:49 +0200 |
---|---|---|
committer | Elan Ruusamäe <[email protected]> | 2013-02-19 00:39:49 +0200 |
commit | 49336aa33623fb20a495ecd329a2504511a0c112 (patch) | |
tree | 2612fa788eb983c055cb2aaee17750f5f6c9accd /src/Makefile.am | |
parent | 982c86b51d022fb4fa9310daaeb5c77e070328de (diff) | |
download | mate-power-manager-49336aa33623fb20a495ecd329a2504511a0c112.tar.bz2 mate-power-manager-49336aa33623fb20a495ecd329a2504511a0c112.tar.xz |
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 = \ |