use size_t for index
[heimdal.git] / appl / push / Makefile.am
blobd98711926af400a2a5a107a871e6e73eb43c6293
1 # $Id$
3 include $(top_srcdir)/Makefile.am.common
5 AM_CPPFLAGS += $(INCLUDE_hesiod)
7 bin_SCRIPTS             = pfrom
9 libexec_PROGRAMS        = push
11 push_SOURCES = push.c push_locl.h
13 pfrom: pfrom.in
14         sed -e "s!%libexecdir%!$(libexecdir)!" $(srcdir)/pfrom.in > $@
15         chmod +x $@
17 man_MANS = push.8 pfrom.1
19 CLEANFILES = pfrom
21 EXTRA_DIST = pfrom.in $(man_MANS)
23 LDADD = $(LIB_krb5) \
24         $(LIB_hcrypto) \
25         $(LIB_roken) \
26         $(LIB_hesiod)