Try to handle ticket full and ticketless tickets better.
[heimdal.git] / lib / vers / Makefile.am
blob381043f3cb9dea8c4ecf8635853e242e5510bd40
1 # $Id$
3 include $(top_srcdir)/Makefile.am.common
5 CLEANFILES              = print_version.h
7 noinst_LTLIBRARIES      = libvers.la
9 build_HEADERZ           = vers.h
11 CHECK_LOCAL             = no-check-local
13 noinst_PROGRAMS         = make-print-version
15 if KRB4
16 if KRB5
17 ## need to link with des here; otherwise, if krb4 is shared the link
18 ## will fail with unresolved references
19 make_print_version_LDADD = $(LIB_krb4) $(LIB_hcrypto)
20 endif
21 endif
23 libvers_la_SOURCES      = print_version.c
25 print_version.lo: print_version.h
27 print_version.h: make-print-version$(EXEEXT)
28         ./make-print-version$(EXEEXT) print_version.h
30 make-print-version.o: $(top_builddir)/include/version.h
32 EXTRA_DIST = $(build_HEADERZ)