aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-22 02:16:39 +0000
committerDavid Robillard <d@drobilla.net>2010-12-22 02:16:39 +0000
commit731274226c322192ccec35fb893f594e9bd69a88 (patch)
tree044e35fd4897fd6a0f7987a71c9fbe3adc3bc00e /src/engine/wscript
parent3d68bae339ee6f1285fc66d8192ea704708847f7 (diff)
downloadmachina-731274226c322192ccec35fb893f594e9bd69a88.tar.gz
machina-731274226c322192ccec35fb893f594e9bd69a88.tar.bz2
machina-731274226c322192ccec35fb893f594e9bd69a88.zip
Assign all objects a numeric ID at creation time.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2778 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/wscript')
-rw-r--r--src/engine/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/wscript b/src/engine/wscript
index e420abb..35f1303 100644
--- a/src/engine/wscript
+++ b/src/engine/wscript
@@ -17,6 +17,7 @@ def build(bld):
Node.cpp
Recorder.cpp
SMFDriver.cpp
+ Stateful.cpp
'''
if bld.env['HAVE_EUGENE']:
core_source += '''