a9a5497d3f
- move libpam into lib/libpam - move the OATH code into lib/liboath - move oath.h into include/security - update all pointers git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@646 185d5e19-27fe-0310-9dcf-9bff6b9f3609
11 lines
122 B
Makefile
11 lines
122 B
Makefile
# $Id$
|
|
|
|
SUBDIRS = pam_deny pam_permit
|
|
|
|
if WITH_PAM_UNIX
|
|
SUBDIRS += pam_unix
|
|
endif
|
|
|
|
if WITH_OATH
|
|
SUBDIRS += pam_oath
|
|
endif
|