- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
14 lines
210 B
Makefile
14 lines
210 B
Makefile
# Id
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
noinst_LTLIBRARIES = libvers.la
|
|
|
|
build_HEADERZ = vers.h
|
|
|
|
CHECK_LOCAL = no-check-local
|
|
|
|
libvers_la_SOURCES = print_version.c
|
|
|
|
EXTRA_DIST = $(build_HEADERZ)
|