lejp bring into lws
authorAndy Green <andy@warmcat.com>
Tue, 10 May 2016 01:47:10 +0000 (09:47 +0800)
committerAndy Green <andy@warmcat.com>
Tue, 10 May 2016 01:47:10 +0000 (09:47 +0800)
commit5afc56770d6c000241109338691c1799f2a24fde
treead7aa1698195bf88fcee9e6aa42936182eb1a780
parentb293f52672cb078727f47fd99d02f9f76397bd0f
lejp bring into lws

lejp is already in lws as part of lwsws.  However it's too generally useful
to just put directly in lwsws, it will lead to multiple copies of the source
in differet subprojects.

This moves it directly into lws, lwsws now gets it from there.

Like lwsws, by default at cmake it is disabled.  Selecting LWS_WITH_LWSWS now
selects LWS_WITH_LEJP and you can set that at cmake individually as well.

Signed-off-by: Andy Green <andy@warmcat.com>
CMakeLists.txt
lib/lejp.c [moved from lwsws/lejp.c with 100% similarity]
lib/lejp.h [moved from lwsws/lejp.h with 98% similarity]
lws_config.h.in