more files

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18663 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-20 17:09:30 +00:00
parent ce572a7ba7
commit d8fb637ef8
7 changed files with 29 additions and 3 deletions

View File

@@ -6,6 +6,6 @@ AM_CPPFLAGS += $(INCLUDE_krb4)
bin_PROGRAMS = rcp bin_PROGRAMS = rcp
rcp_SOURCES = rcp.c util.c rcp_SOURCES = rcp.c util.c rcp_locl.h extern.h
LDADD = $(LIB_roken) LDADD = $(LIB_roken)

View File

@@ -21,3 +21,5 @@ LDADD = ../libtelnet/libtelnet.a \
$(LIB_tgetent) \ $(LIB_tgetent) \
$(LIB_kdfs) \ $(LIB_kdfs) \
$(LIB_roken) $(LIB_roken)
EXTRA_DIST = $(man_MANS)

View File

@@ -24,3 +24,5 @@ LDADD = \
$(LIB_openpty) \ $(LIB_openpty) \
$(LIB_kdfs) \ $(LIB_kdfs) \
$(LIB_roken) $(LIB_roken)
EXTRA_DIST = $(man_MANS)

View File

@@ -41,3 +41,14 @@ CLEANFILES= \
krb5.conf krb5.conf.tmp \ krb5.conf krb5.conf.tmp \
tempfile \ tempfile \
messages.log messages.log
EXTRA_DIST = \
loaddump-db.in \
add-modify-delete.in \
have-db.in \
krb5.conf.in \
text-dump-0.7 \
text-dump-known-ext \
text-dump-no-ext \
text-dump-unknown-ext

View File

@@ -41,3 +41,9 @@ CLEANFILES= \
check-gss.tmp \ check-gss.tmp \
check-gssmask.tmp \ check-gssmask.tmp \
check-context.tmp check-context.tmp
EXTRA_DIST = \
check-gss.in \
check-gssmask.in \
check-context.in \
krb5.conf.in

View File

@@ -43,3 +43,8 @@ CLEANFILES= \
tempfile \ tempfile \
server.keytab \ server.keytab \
client-cache client-cache
EXTRA_DIST = \
check-kdc.in \
check-digest.in \
krb5.conf.in

View File

@@ -2,8 +2,6 @@
include $(top_srcdir)/Makefile.am.common include $(top_srcdir)/Makefile.am.common
EXTRA_DIST = krb5-config.1 heimdal-build.sh
CLEANFILES = krb5-config krb5-config.new CLEANFILES = krb5-config krb5-config.new
bin_SCRIPTS = krb5-config bin_SCRIPTS = krb5-config
@@ -33,3 +31,5 @@ krb5-config: krb5-config.in
$(srcdir)/krb5-config.in > $@.new $(srcdir)/krb5-config.in > $@.new
mv $@.new $@ mv $@.new $@
chmod +x $@ chmod +x $@
EXTRA_DIST = heimdal-build.sh krb5-config.in $(man_MANS)