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 /lib | |
parent | 85b36d95fbede3e65cad3bd98d29689de6e13b2e (diff) | |
download | samba-481183ab025a84dd8d08c1e365251b274597b6c9.tar.gz samba-481183ab025a84dd8d08c1e365251b274597b6c9.tar.bz2 samba-481183ab025a84dd8d08c1e365251b274597b6c9.zip |
s4: add ../lib/async_req to the s4 build
Diffstat (limited to 'lib')
-rw-r--r-- | lib/async_req/config.mk | 3 |
1 files changed, 3 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) |