diff options
author | Kai Blin <kai@samba.org> | 2009-01-23 12:25:49 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2009-01-23 17:57:33 +0100 |
commit | 481183ab025a84dd8d08c1e365251b274597b6c9 (patch) | |
tree | b2b39653f02cbb85f97e761fa2f4796f98d6fef7 | |
parent | 85b36d95fbede3e65cad3bd98d29689de6e13b2e (diff) | |
download | samba-481183ab025a84dd8d08c1e365251b274597b6c9.tar.gz samba-481183ab025a84dd8d08c1e365251b274597b6c9.tar.bz2 samba-481183ab025a84dd8d08c1e365251b274597b6c9.zip |
s4: add ../lib/async_req to the s4 build
-rw-r--r-- | lib/async_req/config.mk | 3 | ||||
-rw-r--r-- | source4/main.mk | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/async_req/config.mk b/lib/async_req/config.mk new file mode 100644 index 0000000000..08d5288a48 --- /dev/null +++ b/lib/async_req/config.mk @@ -0,0 +1,3 @@ +[SUBSYSTEM::LIBASYNC_REQ] + +LIBASYNC_REQ_OBJ_FILES = $(addprefix ../lib/async_req/, async_req.o) diff --git a/source4/main.mk b/source4/main.mk index df31c90f64..bfff04d13c 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -48,3 +48,4 @@ mkinclude libcli/config.mk mkinclude scripting/python/config.mk mkinclude kdc/config.mk mkinclude ../lib/smbconf/config.mk +mkinclude ../lib/async_req/config.mk |