ConsoleKit is a framework for keeping track of the various users, sessions, and seats present on a system. It provides a mechanism for software to react to changes of any of these items or of any of the metadata associated with them.
15 lines
314 B
Text
15 lines
314 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2008/11/22 03:32:22 jmcneill Exp $
|
|
|
|
--- tools/Makefile.am.orig 2008-02-12 22:46:39.000000000 -0500
|
|
+++ tools/Makefile.am
|
|
@@ -18,6 +18,10 @@ if CK_COMPILE_SOLARIS
|
|
SUBDIRS += solaris
|
|
endif
|
|
|
|
+if CK_COMPILE_NETBSD
|
|
+SUBDIRS += freebsd
|
|
+endif
|
|
+
|
|
DIST_SUBDIRS = \
|
|
linux \
|
|
freebsd \
|