ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor-crypto/heimdal/dist/appl/afsutil/Makefile.am
Revision: 7130
Committed: Fri Jul 24 20:10:10 2015 UTC (8 years, 9 months ago) by laffer1
File size: 377 byte(s)
Log Message:
Update to heimdal 1.5.2

File Contents

# Content
1 # $Id$
2
3 include $(top_srcdir)/Makefile.am.common
4
5 AM_CPPFLAGS += $(INCLUDE_krb4)
6
7 bin_PROGRAMS = afslog pagsh
8
9 afslog_SOURCES = afslog.c
10
11 pagsh_SOURCES = pagsh.c
12
13 man_MANS = afslog.1 pagsh.1
14
15 LDADD = $(LIB_kafs) \
16 $(LIB_krb4) \
17 $(top_builddir)/lib/krb5/libkrb5.la \
18 $(top_builddir)/lib/asn1/libasn1.la \
19 $(LIB_hcrypto) \
20 $(LIB_roken)
21
22 EXTRA_DIST = NTMakefile $(man_MANS)