remove rests of print_version

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8595 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-08 14:13:54 +00:00
parent 1f0dff9647
commit 38f61ac926

View File

@@ -2,12 +2,12 @@
include $(top_srcdir)/Makefile.am.common include $(top_srcdir)/Makefile.am.common
CLEANFILES = roken.h make-roken.c print_version.h CLEANFILES = roken.h make-roken.c
lib_LTLIBRARIES = libroken.la lib_LTLIBRARIES = libroken.la
libroken_la_LDFLAGS = -version-info 8:1:3 libroken_la_LDFLAGS = -version-info 8:1:3
noinst_PROGRAMS = make-roken make-print-version noinst_PROGRAMS = make-roken
check_PROGRAMS = parse_bytes-test \ check_PROGRAMS = parse_bytes-test \
strpftime-test \ strpftime-test \
@@ -22,14 +22,6 @@ strpftime_test_SOURCES = strpftime-test.c strftime.c strptime.c snprintf.c
snprintf_test_SOURCES = snprintf-test.c snprintf.c snprintf_test_SOURCES = snprintf-test.c snprintf.c
snprintf_test_LDADD = -lm snprintf_test_LDADD = -lm
if KRB4
if KRB5
## need to link with des here; otherwise, if krb4 is shared the link
## will fail with unresolved references
make_print_version_LDADD += $(LIB_krb4) -ldes
endif
endif
libroken_la_SOURCES = \ libroken_la_SOURCES = \
base64.c \ base64.c \
concat.c \ concat.c \
@@ -53,7 +45,6 @@ libroken_la_SOURCES = \
parse_bytes.c \ parse_bytes.c \
parse_time.c \ parse_time.c \
parse_units.c \ parse_units.c \
print_version.c \
resolve.c \ resolve.c \
roken_gethostby.c \ roken_gethostby.c \
signal.c \ signal.c \
@@ -180,10 +171,3 @@ roken.h: make-roken$(EXEEXT)
make-roken.c: roken.h.in roken.awk make-roken.c: roken.h.in roken.awk
$(AWK) -f $(srcdir)/roken.awk $(srcdir)/roken.h.in > make-roken.c $(AWK) -f $(srcdir)/roken.awk $(srcdir)/roken.h.in > make-roken.c
print_version.lo: print_version.h
print_version.h: make-print-version$(EXEEXT)
./make-print-version$(EXEEXT) print_version.h
make-print-version.o: $(top_builddir)/include/version.h