Last change
on this file since 938 was
938,
checked in by Dag-Erling Smørgrav, 4 years ago
|
Switch from $Id$ to $OpenPAM$.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
OpenPAM=%I
|
File size:
312 bytes
|
Line | |
---|
1 | # $OpenPAM: Makefile.am 938 2017-04-30 21:34:42Z des $ |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/libpam |
---|
4 | |
---|
5 | noinst_PROGRAMS = openpam_dump_policy |
---|
6 | openpam_dump_policy_SOURCES = openpam_dump_policy.c |
---|
7 | if WITH_SYSTEM_LIBPAM |
---|
8 | openpam_dump_policy_LDADD = $(SYSTEM_LIBPAM) |
---|
9 | else |
---|
10 | openpam_dump_policy_LDADD = $(top_builddir)/lib/libpam/libpam.la |
---|
11 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.