This commit was manufactured by cvs2svn to create tag
[heimdal.git] / lib / vers / Makefile.am
blobacf04a3dbe444a38aa19b5e68ab00c4bcc2915c5
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 noinst_PROGRAMS         = make-print-version
13 if KRB4
14 if KRB5
15 ## need to link with des here; otherwise, if krb4 is shared the link
16 ## will fail with unresolved references
17 make_print_version_LDADD = $(LIB_krb4) $(LIB_des)
18 endif
19 endif
21 libvers_la_SOURCES      = print_version.c
23 print_version.lo: print_version.h
25 print_version.h: make-print-version$(EXEEXT)
26         ./make-print-version$(EXEEXT) print_version.h
28 make-print-version.o: $(top_builddir)/include/version.h