Files
heimdal/lib/vers/Makefile.am
Assar Westerlund 06409a32ac make the library static and don't install it
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9172 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-11-15 21:15:35 +00:00

30 lines
613 B
Makefile

# $Id$
include $(top_srcdir)/Makefile.am.common
CLEANFILES = print_version.h
noinst_LTLIBRARIES = libvers.la
libvers_la_LDFLAGS = -static
build_HEADERZ = vers.h
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) -ldes
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