2
by mhalcrow@us.ibm.com
Initial import of eCryptfs filesystem userspace utilities (mount helper, daemon component, |
1 |
# Copyright (C) 2006 Michael Halcrow <mhalcrow@us.ibm.com>
|
2 |
#
|
|
3 |
# This file is free software; as a special exception the author gives
|
|
4 |
# unlimited permission to copy and/or distribute it, with or without
|
|
5 |
# modifications, as long as this notice is preserved.
|
|
6 |
#
|
|
7 |
# This program is distributed in the hope that it will be useful, but
|
|
8 |
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
9 |
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
10 |
||
111
by Mike halcrow
1. Ready to libtool-2 |
11 |
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in |
12 |
||
371
by Dustin Kirkland
src/desktop: add the desktop files to the dist tarball |
13 |
SUBDIRS = key_mod libecryptfs utils daemon desktop include pam_ecryptfs libecryptfs-swig |