1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fix a typo.

This had no negative side effect since currently TALLOC_OBJ
only consists of one object.

Michael
(This used to be commit 9cf3be8520)
This commit is contained in:
Michael Adam 2008-02-14 00:31:37 +01:00
parent ff85aec193
commit 879b32806d

View File

@ -276,7 +276,7 @@ m4_include(lib/talloc/libtalloc.m4)
TALLOC_OBJS=""
for obj in ${TALLOC_OBJ}; do
TALLOC_OBJS="${TALLOCOBJS} ${tallocdir}/${obj}"
TALLOC_OBJS="${TALLOC_OBJS} ${tallocdir}/${obj}"
done
AC_SUBST(TALLOC_OBJS)