~ubuntu-branches/ubuntu/jaunty/fuse/jaunty-security

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2008-05-06 12:42:09 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080506124209-0ze73vezmx2dgml8
Tags: 2.7.3-4ubuntu1
* Merge from debian unstable, remaining changes:
  - Don't install the init script; install the udev rule and the module
    configuration file instead.
  - debian/45-fuse.rules: set /dev/fuse group to fuse.
  - debian/fuse-utils.modprobe: module configuration file that mounts the
    control filesystem when fuse is loaded and unmounts it when fuse is
    unloaded, along with checking that the control FS is mounting before
    unmounting it.
  - debian/fuse-utils.install: add the udev rule, the module configuration
    file, and ulockmgr_server.
  - Load fuse on install, and set it so it gets loaded on reboot.
  - Move fusermount and ulockmgr_server to /bin and associated libraries
    to /lib.
  - Create libfuse2-udeb and fuse-utils-udeb.
  - Copy /sbin/mount.fuse and the fuse kernel module into the initramfs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        $(iconv_source)         \
35
35
        $(mount_source)
36
36
 
37
 
libfuse_la_LDFLAGS = @libfuse_libs@ -version-number 2:7:2 \
 
37
libfuse_la_LDFLAGS = @libfuse_libs@ -version-number 2:7:3 \
38
38
        -Wl,--version-script,$(srcdir)/fuse_versionscript
39
39
 
40
40
libulockmgr_la_SOURCES = ulockmgr.c