1# $Id: Makefile.am 21959 2007-10-16 13:25:59Z lha $ 2 3include $(top_srcdir)/Makefile.am.common 4 5CLEANFILES = print_version.h 6 7noinst_LTLIBRARIES = libvers.la 8 9build_HEADERZ = vers.h 10 11CHECK_LOCAL = no-check-local 12 13noinst_PROGRAMS = make-print-version 14 15if KRB4 16if KRB5 17## need to link with des here; otherwise, if krb4 is shared the link 18## will fail with unresolved references 19make_print_version_LDADD = $(LIB_krb4) $(LIB_hcrypto) 20endif 21endif 22 23libvers_la_SOURCES = print_version.c 24 25print_version.lo: print_version.h 26 27print_version.h: make-print-version$(EXEEXT) 28 ./make-print-version$(EXEEXT) print_version.h 29 30make-print-version.o: $(top_builddir)/include/version.h 31 32EXTRA_DIST = $(build_HEADERZ) 33