source:
openpam/trunk/bin/su/Makefile.am
@
648
Last change on this file since 648 was 648, checked in by , 8 years ago | |
---|---|
|
|
File size: 154 bytes |
Line | |
---|---|
1 | # $Id: Makefile.am 648 2013-03-05 17:54:27Z des $ |
2 | |
3 | AM_CPPFLAGS = -I$(top_srcdir)/include |
4 | |
5 | bin_PROGRAMS = su |
6 | su_SOURCES = su.c |
7 | su_LDADD = $(top_builddir)/lib/libpam/libpam.la |
8 | |
9 | dist_man1_MANS = su.1 |
Note: See TracBrowser
for help on using the repository browser.