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
7 lines
64 B
Makefile
7 lines
64 B
Makefile
# $Id$
|
|
|
|
SUBDIRS = libpam
|
|
|
|
if WITH_OATH
|
|
SUBDIRS += liboath
|
|
endif
|