diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-02-23 11:16:44 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:35 +1000 |
commit | a3421fe6e9a823adce0b2c6fd3edcb2f476c9acf (patch) | |
tree | cc4e1a3ba16bc544f089ea042726fc36fa1f8e45 /lib/tevent/wscript | |
parent | 5393e6c9d24cd66aab57274665be1774beb4e732 (diff) | |
download | samba-a3421fe6e9a823adce0b2c6fd3edcb2f476c9acf.tar.gz samba-a3421fe6e9a823adce0b2c6fd3edcb2f476c9acf.tar.bz2 samba-a3421fe6e9a823adce0b2c6fd3edcb2f476c9acf.zip |
build: added BUILD_SUBDIR() wrapper
Diffstat (limited to 'lib/tevent/wscript')
-rw-r--r-- | lib/tevent/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript index a36d8bf68c..56607d1c63 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -20,8 +20,8 @@ def configure(conf): conf.SAMBA_CONFIG_H() def build(bld): - bld.add_subdirs(LIBREPLACE_DIR) - bld.add_subdirs(LIBTALLOC_DIR) + bld.BUILD_SUBDIR(LIBREPLACE_DIR) + bld.BUILD_SUBDIR(LIBTALLOC_DIR) SRC = '''tevent.c tevent_debug.c tevent_epoll.c tevent_fd.c tevent_immediate.c tevent_queue.c tevent_req.c tevent_select.c |