
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5652 ec53bebd-3082-4978-b11e-865c3cabbd6b
28 lines
467 B
Makefile
28 lines
467 B
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
INCLUDES += $(INCLUDE_krb4) $(HESIODINCLUDE)
|
|
|
|
bin_SCRIPTS = pfrom
|
|
|
|
libexec_PROGRAMS = push
|
|
|
|
push_SOURCES = push.c push_locl.h
|
|
|
|
pfrom: pfrom.in
|
|
sed -e "s!%bindir%!$(bindir)!" $(srcdir)/pfrom.in > $@
|
|
chmod +x $@
|
|
|
|
man_MANS = push.8
|
|
|
|
CLEANFILES = pfrom
|
|
|
|
EXTRA_DIST = pfrom.in $(man_MANS)
|
|
|
|
LDADD = $(LIB_krb5) \
|
|
$(LIB_krb4) \
|
|
$(top_builddir)/lib/des/libdes.la \
|
|
$(top_builddir)/lib/roken/libroken.la \
|
|
$(HESIODLIB)
|