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