12 lines
478 B
Makefile
12 lines
478 B
Makefile
|
lib_LTLIBRARIES = libolacommon.la
|
||
|
libolacommon_la_SOURCES =
|
||
|
libolacommon_la_LIBADD = export_map/libolaexportmap.la \
|
||
|
logging/liblogging.la \
|
||
|
protocol/libolaproto.la \
|
||
|
rdm/libolardm.la \
|
||
|
rpc/libstreamrpcchannel.la \
|
||
|
network/libolanetwork.la \
|
||
|
utils/libolautils.la
|
||
|
|
||
|
SUBDIRS = export_map logging protocol rdm rpc network utils web
|