~ubuntu-branches/ubuntu/raring/ltspfs/raring-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Vagrant Cascadian
  • Date: 2009-07-17 12:10:56 UTC
  • mfrom: (4.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090717121056-bfeil0wm4jz3lmhh
Tags: 0.5.13-1
* new upstream version:
  - fixes to local mounts
    + find ldm's Xauthority in /var/run.
    + support ldm Xauthority in a sub-dir.
    + mount in /media/root if local mounting is configured.
    + only run mount for localapps if user's home dir is mounted via sshfs.
    + drop delayedmounter from xinitrc.d, as udev scripts should be
      sufficient now.
    + relocate delayed-mounter ldm hooks so they run after the user is added
      to /etc/passwd, and before the user is removed from /etc/passwd.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
171
171
srcdir = @srcdir@
172
172
sysconfdir = @sysconfdir@
173
173
target_alias = @target_alias@
174
 
top_build_prefix = @top_build_prefix@
175
174
top_builddir = @top_builddir@
176
175
top_srcdir = @top_srcdir@
177
176
ltspfs_SOURCES = ltspfs.c common.c common.h ltspfs.h
191
190
        @for dep in $?; do \
192
191
          case '$(am__configure_deps)' in \
193
192
            *$$dep*) \
194
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
195
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
193
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
194
                && exit 0; \
196
195
              exit 1;; \
197
196
          esac; \
198
197
        done; \
392
391
        unique=`for i in $$list; do \
393
392
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394
393
          done | \
395
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
394
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
396
395
              END { if (nonempty) { for (i in files) print i; }; }'`; \
397
396
        mkid -fID $$unique
398
397
tags: TAGS