17 lines
231 B
Makefile
17 lines
231 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
NULL =
|
||
|
DEPTH = ..
|
||
|
|
||
|
EXTRA_DIST =
|
||
|
SUBDIRS = \
|
||
|
base \
|
||
|
mt \
|
||
|
io \
|
||
|
http \
|
||
|
net \
|
||
|
synergy \
|
||
|
platform \
|
||
|
client \
|
||
|
server \
|
||
|
$(NULL)
|