Last change
on this file since 834 was
834,
checked in by Dag-Erling Smørgrav, 6 years ago
|
Add configure options to build as much as possible using the system
libpam and / or liboath. Doing so disables building the corresponding
library and its documentation, but still builts the corresponding tools
and modules and runs the unit tests.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
215 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 834 2014-10-28 10:25:58Z des $ |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir)/include |
---|
4 | |
---|
5 | bin_PROGRAMS = su |
---|
6 | su_SOURCES = su.c |
---|
7 | if WITH_SYSTEM_LIBPAM |
---|
8 | su_LDADD = $(SYSTEM_LIBPAM) |
---|
9 | else |
---|
10 | su_LDADD = $(top_builddir)/lib/libpam/libpam.la |
---|
11 | endif |
---|
12 | |
---|
13 | dist_man1_MANS = su.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.