~ubuntu-branches/ubuntu/maverick/libcgroup/maverick-proposed

« back to all changes in this revision

Viewing changes to src/pam/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2009-08-26 11:29:17 UTC
  • Revision ID: james.westby@ubuntu.com-20090826112917-402ews2uj6v350d2
Tags: upstream-0.34
ImportĀ upstreamĀ versionĀ 0.34

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = -I $(top_srcdir)/include
 
2
 
 
3
if WITH_PAM
 
4
 
 
5
lib_LTLIBRARIES = pam_cgroup.la
 
6
pam_cgroup_la_SOURCES = pam_cgroup.c
 
7
pam_cgroup_la_LDFLAGS = -module
 
8
pam_cgroup_la_LIBADD = $(top_srcdir)/src/.libs/libcgroup.la -lpam
 
9
 
 
10
endif