diff options
author | William Jon McCann <mccann@jhu.edu> | 2007-08-16 23:09:44 -0400 |
---|---|---|
committer | William Jon McCann <mccann@jhu.edu> | 2007-08-16 23:09:44 -0400 |
commit | 577099aea3ed75c1298d7a4cfa32784a1800bb09 (patch) | |
tree | 527dc4dd144379290c4cd54807b4855d57710e10 /src/Makefile.am | |
parent | fcb0f32632f74950c361a0a23128ebca05efdca0 (diff) | |
download | ConsoleKit2-577099aea3ed75c1298d7a4cfa32784a1800bb09.tar.gz |
move peercred stuff into sysdeps. add solaris support.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |