projects
/
profile
/
ivi
/
libwebsockets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
roubustness handle problems in read loop better
[profile/ivi/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