10 lines
190 B
Makefile
10 lines
190 B
Makefile
# $P4: //depot/projects/openpam/bin/su/Makefile.am#2 $
|
|
|
|
INCLUDES = -I$(top_srcdir)/include
|
|
|
|
if WITH_PAM_SU
|
|
bin_PROGRAMS = su
|
|
su_SOURCES = su.c
|
|
su_LDADD = $(top_builddir)/lib/libpam.la
|
|
endif
|