870b8de249
We introduce the 4 main component threads of execution for Harikoff: * Marionette: This is the resident hijacking module that makes Harikoff instances non-persons, if configured to allow hijacking. * Director: :) * Canvas: :) * Subconscious: DB, storage and recall.
7 lines
172 B
Makefile
7 lines
172 B
Makefile
SUBDIRS = deviceManager senseApis
|
|
AM_CPPFLAGS+= -I"$(top_srcdir)/hcore/include"
|
|
|
|
noinst_LIBRARIES = libhcore.a
|
|
libhcore_a_SOURCES = mind.cpp opts.cpp componentThreads.cpp
|
|
|