~ubuntu-branches/ubuntu/trusty/libpam-mount/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Kleineidam
  • Date: 2011-03-21 09:09:36 UTC
  • Revision ID: james.westby@ubuntu.com-20110321090936-begi6mveyw6r9snj
Tags: 2.8-2
* Updated Vcs-Git and Vcs-Browser URLs.
* Do not report EACCES in pmvarrun when unlinking login count file.
  Solves half of #615874.
* Updated README.Debian to use pmt-ehd in the examples.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
CONFIG_HEADER = config.h
53
53
CONFIG_CLEAN_FILES =
54
54
CONFIG_CLEAN_VPATH_FILES =
55
 
AM_V_GEN = $(am__v_GEN_$(V))
56
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
57
 
am__v_GEN_0 = @echo "  GEN   " $@;
58
 
AM_V_at = $(am__v_at_$(V))
59
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
60
 
am__v_at_0 = @
61
55
SOURCES =
62
56
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
63
57
        html-recursive info-recursive install-data-recursive \
75
69
DIST_SUBDIRS = $(SUBDIRS)
76
70
ACLOCAL = @ACLOCAL@
77
71
AMTAR = @AMTAR@
78
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
79
72
AR = @AR@
80
73
AUTOCONF = @AUTOCONF@
81
74
AUTOHEADER = @AUTOHEADER@
131
124
PAM_MODDIR = @PAM_MODDIR@
132
125
PATH_SEPARATOR = @PATH_SEPARATOR@
133
126
PKG_CONFIG = @PKG_CONFIG@
 
127
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
128
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
134
129
RANLIB = @RANLIB@
135
130
SED = @SED@
136
131
SET_MAKE = @SET_MAKE@