build and install pfrom
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5374 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -4,10 +4,16 @@ AUTOMAKE_OPTIONS = no-dependencies foreign
|
|||||||
|
|
||||||
INCLUDES = -I$(top_builddir)/include $(INCLUDE_krb4) @HESIODINCLUDE@
|
INCLUDES = -I$(top_builddir)/include $(INCLUDE_krb4) @HESIODINCLUDE@
|
||||||
|
|
||||||
|
bin_PROGRAMS = pfrom
|
||||||
|
|
||||||
libexec_PROGRAMS = push
|
libexec_PROGRAMS = push
|
||||||
|
|
||||||
push_SOURCES = push.c
|
push_SOURCES = push.c
|
||||||
|
|
||||||
|
pfrom: pfrom.in
|
||||||
|
sed -e "s!%bindir%!$(bindir)!" $(srcdir)/pfrom.in > $@
|
||||||
|
chmod +x $@
|
||||||
|
|
||||||
LDADD = $(top_builddir)/lib/krb5/libkrb5.la \
|
LDADD = $(top_builddir)/lib/krb5/libkrb5.la \
|
||||||
$(LIB_krb4) \
|
$(LIB_krb4) \
|
||||||
$(top_builddir)/lib/des/libdes.la \
|
$(top_builddir)/lib/des/libdes.la \
|
||||||
|
Reference in New Issue
Block a user