1f915b0b4a
- implemented module exchange - debugging p2p init - added condition variables - added threading test code This commit was SVN r817.
13 строки
119 B
Makefile
13 строки
119 B
Makefile
# -*- makefile -*-
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
SUBDIRS = \
|
|
lfc \
|
|
threads \
|
|
util
|
|
|