1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00
libwebsockets/Makefile.am
Andy Green 29da6d9443 allow building just the library not the testapps
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>
2013-01-15 19:57:06 +08:00

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