projects
/
platform
/
upstream
/
libwebsockets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Cleaned up the CyaSSL linking in the CMake project a bit.
[platform/upstream/libwebsockets.git]
/
Makefile.am
1
2
if NO_TESTAPPS
3
SUBDIRS=lib
4
else
5
SUBDIRS=lib test-server
6
endif
7
8
EXTRA_DIST=scripts/kernel-doc
9
10
pkgconfigdir = $(libdir)/pkgconfig
11
pkgconfig_DATA = libwebsockets.pc
12
13