diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-02-12 22:54:24 -0500 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2008-02-12 22:54:24 -0500 |
commit | 72ce8d82848a6ee9634d9dd1610c5ba0074db4ae (patch) | |
tree | 4acdb77a30cc01b0125695cc578b9e1993b73d16 | |
parent | 5ab3eee820e97d632aa9401cbd2d25dc828ee1f0 (diff) |
update for release0.2.9
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | tools/Makefile.am | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,9 @@ Version 0.2.9 ============= + * ck_seat_get_active_session shouldn't return a null ssid (William Jon McCann) + * guard against writing null string to keyfile (William Jon McCann) + * reverse the sense of the dbus policy (William Jon McCann) * add a ck-launch-session tool (William Jon McCann) * don't set the session-type to the command name (William Jon McCann) diff --git a/tools/Makefile.am b/tools/Makefile.am index 2cf66db..13c191f 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -28,7 +28,7 @@ INCLUDES = \ -I. \ -I$(srcdir) \ -I$(top_srcdir)/src \ - -I$(top_builddir)/libck-connector \ + -I$(top_srcdir)/libck-connector \ $(CONSOLE_KIT_CFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) \ -DPREFIX=\""$(prefix)"\" \ |