From 577099aea3ed75c1298d7a4cfa32784a1800bb09 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 16 Aug 2007 23:09:44 -0400 Subject: move peercred stuff into sysdeps. add solaris support. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 948b247..244e39e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,6 +29,7 @@ noinst_LTLIBRARIES = \ libck_la_SOURCES = \ ck-sysdeps.h \ + ck-sysdeps-unix.c \ $(NULL) if CK_COMPILE_LINUX -- cgit