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

From an idea by Jack Mitchell <ml@communistcode.co.uk> Use --without-testapps at configure time to suppress building them Signed-off-by: Andy Green <andy.green@linaro.org>
12 lines
166 B
Makefile
12 lines
166 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
|
|
|