OpenPAM/modules/Makefile.am
Dag-Erling Smørgrav a9a5497d3f Reorganize:
- 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
2013-03-05 17:49:06 +00:00

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