diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-05 20:39:33 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-05 20:39:33 +0100 |
commit | 31fdf9eb550e0f2e69fa1ba96a1d7d78b8d2e060 (patch) | |
tree | 832bb7dcfcbdbba34eaf2b66cbbb659a7c692c93 /mate-session/Makefile.am | |
parent | 29e5cd2f28f6ddc253d393064c0b24130af0ee35 (diff) | |
download | mate-session-manager-31fdf9eb550e0f2e69fa1ba96a1d7d78b8d2e060.tar.bz2 mate-session-manager-31fdf9eb550e0f2e69fa1ba96a1d7d78b8d2e060.tar.xz |
Add initial systemd support
Diffstat (limited to 'mate-session/Makefile.am')
-rw-r--r-- | mate-session/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mate-session/Makefile.am b/mate-session/Makefile.am index b2ddcbd..f37a0e2 100644 --- a/mate-session/Makefile.am +++ b/mate-session/Makefile.am @@ -5,7 +5,8 @@ noinst_PROGRAMS = \ test-inhibit AM_CPPFLAGS = \ - $(MATE_SESSION_CFLAGS) \ + $(MATE_SESSION_CFLAGS) \ + $(SYSTEMD_CFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) AM_CFLAGS = $(WARN_CFLAGS) @@ -25,6 +26,8 @@ mate_session_SOURCES = \ gsm-marshal.c \ gsm-consolekit.c \ gsm-consolekit.h \ + gsm-systemd.c \ + gsm-systemd.h \ gsm-logout-dialog.h \ gsm-logout-dialog.c \ gsm-inhibit-dialog.h \ @@ -72,6 +75,7 @@ mate_session_LDADD = \ $(XTEST_LIBS) \ $(XEXT_LIBS) \ $(MATE_SESSION_LIBS) \ + $(SYSTEMD_LIBS) \ $(EXECINFO_LIBS) libgsmutil_la_SOURCES = \ |