12 lines
135 B
Makefile
12 lines
135 B
Makefile
# $Id: Makefile.am 467 2011-11-02 23:42:21Z des $
|
|
|
|
SUBDIRS =
|
|
|
|
if WITH_PAMTEST
|
|
SUBDIRS += pamtest
|
|
endif
|
|
|
|
if WITH_SU
|
|
SUBDIRS += su
|
|
endif
|