13 lines
339 B
Makefile
13 lines
339 B
Makefile
#
|
|
# Rpc World Makefile
|
|
#
|
|
|
|
# Common Compiler Flags ########################################################
|
|
|
|
# Include paths.
|
|
COMMON_CFLAGS += -Iapps/rpc_world/inc
|
|
|
|
# Common Source Files ##########################################################
|
|
|
|
COMMON_SRCS += apps/rpc_world/rpc_world.cc
|
|
COMMON_SRCS += apps/rpc_world/rpc_world_manager.cc
|