~ubuntu-branches/ubuntu/raring/ecryptfs-utils/raring

« back to all changes in this revision

Viewing changes to src/daemon/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Dustin Kirkland
  • Date: 2011-10-27 10:55:04 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20111027105504-0e0sxt3m6mvcrs82
Tags: 93-0ubuntu1
* src/utils/ecryptfs-verify, src/utils/Makefile.am:
  - add an ecryptfs-verify utility, LP: #845738
* src/testcases/write-read.sh:
  - added a write/read test utility
* doc/manpage/ecryptfs-mount-private.1, doc/manpage/ecryptfs-setup-
  private.1, doc/manpage/mount.ecryptfs_private.1,
  doc/manpage/umount.ecryptfs_private.1: LP: #882267
  - remove inaccurate documentation about being a member of the ecryptfs
    group
* src/utils/ecryptfs-setup-private: LP: #882314
  - fix preseeded encrypted home Ubuntu installations (thanks Timo!)
* oneiric

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
42
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
43
43
        $(top_srcdir)/m4/ac_python_devel.m4 \
44
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
45
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
44
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
45
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
46
        $(top_srcdir)/m4/lt~obsolete.m4 \
47
47
        $(top_srcdir)/m4/swig_python.m4 $(top_srcdir)/configure.ac
48
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
49
        $(ACLOCAL_M4)