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:
135 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 834 2014-10-28 10:25:58Z des $ |
---|
2 | |
---|
3 | SUBDIRS = |
---|
4 | |
---|
5 | if !WITH_SYSTEM_LIBPAM |
---|
6 | SUBDIRS += libpam |
---|
7 | endif |
---|
8 | |
---|
9 | if WITH_OATH |
---|
10 | if !WITH_SYSTEM_LIBOATH |
---|
11 | SUBDIRS += liboath |
---|
12 | endif |
---|
13 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.