33ff088a60
Derive the file list from the Makefile.am template itself (DRY), ensure manpage is packaged with the final tarball.
18 lines
415 B
Smarty
18 lines
415 B
Smarty
include $(top_srcdir)/Makefile.am.common
|
|
|
|
if ENABLE_LIBTLS
|
|
lib_LTLIBRARIES = libtls.la
|
|
|
|
libtls_la_LDFLAGS = -version-info libtls-version
|
|
|
|
libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS)
|
|
|
|
libtls_la_SOURCES = tls.c
|
|
libtls_la_SOURCES += tls_client.c
|
|
libtls_la_SOURCES += tls_config.c
|
|
libtls_la_SOURCES += tls_server.c
|
|
libtls_la_SOURCES += tls_util.c
|
|
libtls_la_SOURCES += tls_verify.c
|
|
noinst_HEADERS = tls_internal.h
|
|
endif
|