Deleted Added
full compact
Makefile.am (147455) Makefile.am (174832)
1# $P4: //depot/projects/openpam/bin/su/Makefile.am#2 $
1# $Id: Makefile.am 386 2006-04-12 10:26:27Z des $
2
3INCLUDES = -I$(top_srcdir)/include
4
2
3INCLUDES = -I$(top_srcdir)/include
4
5if WITH_PAM_SU
6bin_PROGRAMS = su
7su_SOURCES = su.c
8su_LDADD = $(top_builddir)/lib/libpam.la
5bin_PROGRAMS = su
6su_SOURCES = su.c
7su_LDADD = $(top_builddir)/lib/libpam.la
9endif