summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-17 22:26:52 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-17 22:26:52 +0000
commit1e9f115b7cda68ccba99f58d194a2c0eb83e7e23 (patch)
treee872d99e0ef3a1e700bf0fa113cf7f7727867ebc /wscript
parent9fd79fb05fa47833ed431d83d73fd6d9a4a9f774 (diff)
Modify example to an approximation of the desired API.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 192abd4d..1004ad54 100644
--- a/wscript
+++ b/wscript
@@ -122,7 +122,7 @@ def build(bld):
bld.recurse('tools')
bld.recurse('test')
bld.recurse('asdcplib')
-# bld.recurse('examples')
+ bld.recurse('examples')
bld.add_post_fun(post)