summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-08-25 18:22:02 +0100
committerFlorent Thoumie <flz@FreeBSD.org>2007-08-25 18:22:02 +0100
commit1a16c740e0eab279eeca443c1a1c276e5e125852 (patch)
tree93efdd626b45fc05619c19940f9416442bf67aa8 /src/Makefile.am
parenta910e8cc1ad8df738a8160c4f710b04810dfe99d (diff)
Add FreeBSD native backend (untested)
- Add Marcus' FreeBSD backend for ConsoleKit. Compiles fine but test-vt-monitor doesn't seem to work correctly. - Remove TODO entry. Submitted by: marcus Signed-off-by: Florent Thoumie <flz@FreeBSD.org>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index eee798d..941a41d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -46,6 +46,7 @@ if CK_COMPILE_FREEBSD
libck_la_SOURCES += \
ck-sysdeps-freebsd.c \
$(NULL)
+libck_la_LIBADD = $(KVM_LIBS)
endif
EXTRA_libck_la_SOURCES = \