repo.or.cz
/
remote
/
remote-mci.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Close client sockets in case of exceptions
[remote/remote-mci.git]
/
src
/
Makefile.am
blob
c5bee081c0dbaefbe4e9c38e4262fe75cf7b4bf0
1
SUBDIRS = util protocols
2
3
if CONFIG_MCH
4
SUBDIRS += mch
5
endif
6
7
if CONFIG_MCS
8
SUBDIRS += mcs
9
endif
10
11
EXTRA_DIST = remote.h
12
13
include $(top_srcdir)/Makefile.lib