From 121a213881ad9f351c0b66fae9a2889e736abff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 25 Jan 2009 00:31:49 +0000 Subject: [PATCH] we are only heimdal, drop building of header git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24363 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/vers/Makefile.am | 19 ------------------- lib/vers/print_version.c | 9 ++++----- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/lib/vers/Makefile.am b/lib/vers/Makefile.am index 381043f3c..0561f61b3 100644 --- a/lib/vers/Makefile.am +++ b/lib/vers/Makefile.am @@ -2,31 +2,12 @@ include $(top_srcdir)/Makefile.am.common -CLEANFILES = print_version.h - noinst_LTLIBRARIES = libvers.la build_HEADERZ = vers.h CHECK_LOCAL = no-check-local -noinst_PROGRAMS = make-print-version - -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) $(LIB_hcrypto) -endif -endif - -libvers_la_SOURCES = print_version.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 EXTRA_DIST = $(build_HEADERZ) diff --git a/lib/vers/print_version.c b/lib/vers/print_version.c index 63e016174..20c3fd983 100644 --- a/lib/vers/print_version.c +++ b/lib/vers/print_version.c @@ -31,18 +31,17 @@ * SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H + #include -RCSID("$Id$"); -#endif + #include "roken.h" -#include "print_version.h" +#include "version.h" void print_version(const char *progname) { - const char *package_list = VERSIONLIST; + const char *package_list = heimdal_version; if(progname == NULL) progname = getprogname();