1# Id
2
3include $(top_srcdir)/Makefile.am.common
4
5noinst_LTLIBRARIES  = libvers.la
6
7build_HEADERZ                 = vers.h
8
9CHECK_LOCAL                   = no-check-local
10
11libvers_la_SOURCES      = print_version.c
12
13EXTRA_DIST = NTMakefile $(build_HEADERZ) make-print-version.c
14