~ubuntu-branches/ubuntu/quantal/ecryptfs-utils/quantal-proposed

« back to all changes in this revision

Viewing changes to src/utils/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:
53
53
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54
54
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
55
55
        $(top_srcdir)/m4/ac_python_devel.m4 \
56
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
57
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
58
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
56
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
57
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
58
        $(top_srcdir)/m4/lt~obsolete.m4 \
59
59
        $(top_srcdir)/m4/swig_python.m4 $(top_srcdir)/configure.ac
60
60
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61
61
        $(ACLOCAL_M4)
400
400
top_builddir = @top_builddir@
401
401
top_srcdir = @top_srcdir@
402
402
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
403
 
EXTRA_DIST = ecryptfsrc ecryptfs-rewrite-file ecryptfs-setup-private ecryptfs-setup-swap ecryptfs-mount-private ecryptfs-umount-private ecryptfs-migrate-home ecryptfs-recover-private
 
403
EXTRA_DIST = ecryptfsrc ecryptfs-rewrite-file ecryptfs-setup-private ecryptfs-setup-swap ecryptfs-mount-private ecryptfs-umount-private ecryptfs-migrate-home ecryptfs-recover-private ecryptfs-verify
404
404
bin_SCRIPTS = ecryptfs-setup-private \
405
405
              ecryptfs-setup-swap \
406
406
              ecryptfs-mount-private \
407
407
              ecryptfs-umount-private \
408
408
              ecryptfs-rewrite-file \
409
409
              ecryptfs-recover-private \
410
 
              ecryptfs-migrate-home
 
410
              ecryptfs-migrate-home \
 
411
              ecryptfs-verify
411
412
 
412
413
bin2dir = $(bindir)
413
414
INCLUDES = -I$(top_srcdir)/src/include