mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00

This exposes the library version and git head hash it was built from into LWS_LIBRARY_VERSION and LWS_BUILD_HASH. These are combined into a version string that's both printed as a notice log by the library and made available to the app using a new api lws_get_library_version(). The version looks like 1.1 178d78c Signed-off-by: Andy Green <andy.green@linaro.org>
13 lines
167 B
Makefile
13 lines
167 B
Makefile
|
|
if NO_TESTAPPS
|
|
SUBDIRS=lib
|
|
else
|
|
SUBDIRS=lib test-server
|
|
endif
|
|
|
|
EXTRA_DIST=scripts/kernel-doc
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libwebsockets.pc
|
|
|
|
|