From 342f4d1b60850daad422bd683978a88cb6a7eed7 Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Sat, 25 Aug 2007 17:08:20 +0100 Subject: First attempt a making ConsoleKit work on FreeBSD - Add some ifdef's to make the code compile. - Add ck-sysdeps-freebsd.c, based on the Linux version, which means it's using linprocfs right now. Signed-off-by: Florent Thoumie --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index a5dc1e6..eee798d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,6 +42,11 @@ libck_la_SOURCES += \ ck-sysdeps-solaris.c \ $(NULL) endif +if CK_COMPILE_FREEBSD +libck_la_SOURCES += \ + ck-sysdeps-freebsd.c \ + $(NULL) +endif EXTRA_libck_la_SOURCES = \ ck-sysdeps-linux.c \ -- cgit