summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-10-01 17:56:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:02 -0500
commit685304e57433d05e2ab971af9dd31ddcf3cbf92d (patch)
treec872c2d28ff90e5a93ca30cd890300b3f756b8d2
parent4a5d11e194ebdfb6c21586d1cf902f8ed2478e45 (diff)
downloadsamba-685304e57433d05e2ab971af9dd31ddcf3cbf92d.tar.gz
samba-685304e57433d05e2ab971af9dd31ddcf3cbf92d.tar.xz
samba-685304e57433d05e2ab971af9dd31ddcf3cbf92d.zip
r19015: we don't need talloc_* in proto.h
metze
-rw-r--r--source/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 6308431f8b0..f624d6369dd 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -223,7 +223,7 @@ RPC_PARSE_OBJ0 = rpc_parse/parse_prs.o rpc_parse/parse_misc.o
TALLOC_OBJ = lib/talloc/talloc.o
-LIB_WITHOUT_PROTO_OBJ = @LIBREPLACE_OBJS@ @SOCKET_WRAPPER_OBJS@
+LIB_WITHOUT_PROTO_OBJ = @LIBREPLACE_OBJS@ @SOCKET_WRAPPER_OBJS@ $(TALLOC_OBJ)
LIB_WITH_PROTO_OBJ = $(VERSION_OBJ) lib/charcnv.o lib/debug.o lib/fault.o \
lib/interface.o lib/md4.o \
@@ -245,7 +245,7 @@ LIB_WITH_PROTO_OBJ = $(VERSION_OBJ) lib/charcnv.o lib/debug.o lib/fault.o \
lib/adt_tree.o lib/gencache.o $(TDB_OBJ) \
lib/module.o lib/events.o lib/ldap_escape.o @CHARSET_STATIC@ \
lib/secdesc.o lib/util_seaccess.o lib/secace.o lib/secacl.o \
- libads/krb5_errs.o lib/system_smbd.o lib/audit.o $(TALLOC_OBJ)
+ libads/krb5_errs.o lib/system_smbd.o lib/audit.o
LIB_OBJ = $(LIB_WITHOUT_PROTO_OBJ) $(LIB_WITH_PROTO_OBJ)