summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-01-23 11:54:30 +0100
committerKai Blin <kai@samba.org>2009-01-23 17:57:33 +0100
commit85b36d95fbede3e65cad3bd98d29689de6e13b2e (patch)
tree4a4c502b0626b09a6a4835b5cbc67665e0d48f01
parentaa2fb0efb7ce2bc732569b4baf20c57375fdce59 (diff)
downloadsamba-85b36d95fbede3e65cad3bd98d29689de6e13b2e.tar.gz
samba-85b36d95fbede3e65cad3bd98d29689de6e13b2e.tar.bz2
samba-85b36d95fbede3e65cad3bd98d29689de6e13b2e.zip
async_req: Move to top level dir
-rw-r--r--lib/async_req/async_req.c (renamed from source3/lib/async_req.c)0
-rw-r--r--lib/async_req/async_req.h (renamed from source3/include/async_req.h)0
-rw-r--r--source3/Makefile.in2
-rw-r--r--source3/configure.in1
4 files changed, 2 insertions, 1 deletions
diff --git a/source3/lib/async_req.c b/lib/async_req/async_req.c
index 011948a158..011948a158 100644
--- a/source3/lib/async_req.c
+++ b/lib/async_req/async_req.c
diff --git a/source3/include/async_req.h b/lib/async_req/async_req.h
index 3907a08f67..3907a08f67 100644
--- a/source3/include/async_req.h
+++ b/lib/async_req/async_req.h
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 3cbefc8d85..cbbf821b22 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -340,7 +340,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) \
lib/messages.o librpc/gen_ndr/ndr_messaging.o lib/messages_local.o \
lib/messages_ctdbd.o lib/packet.o lib/ctdbd_conn.o \
lib/interfaces.o lib/memcache.o \
- lib/util_transfer_file.o lib/async_req.o \
+ lib/util_transfer_file.o ../lib/async_req/async_req.o \
lib/async_sock.o \
$(TDB_LIB_OBJ) \
$(VERSION_OBJ) lib/charcnv.o lib/debug.o lib/fault.o \
diff --git a/source3/configure.in b/source3/configure.in
index 44a932c6f5..88843a49c4 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -63,6 +63,7 @@ SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} ${TEVENT_CFLAGS}"
SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} ${TDB_CFLAGS}"
SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/libaddns"
SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/librpc"
+SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/../lib/async_req"
SAMBA_CONFIGURE_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/../lib/popt"