diff options
author | Michael Adam <obnox@samba.org> | 2008-02-29 09:40:09 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-29 09:40:09 +0100 |
commit | bab27a2ff2600ebfba244cc18a07658ded1ef312 (patch) | |
tree | 09cf2a0f7ea6f4e39f9cab88a49df96a10cb0f87 | |
parent | 71f74cfc67e8954698467aa630156b0435894abc (diff) | |
download | samba-bab27a2ff2600ebfba244cc18a07658ded1ef312.tar.gz samba-bab27a2ff2600ebfba244cc18a07658ded1ef312.tar.bz2 samba-bab27a2ff2600ebfba244cc18a07658ded1ef312.zip |
Fix creation of replacetort.
Forgot to git add Makefile.in before doing git commit --amend
in previous commit...
Michael
(This used to be commit 7cf645cdae8ce17705036951538991b0a9dbefaf)
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 63328ec86e..7ab0c4fb37 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -902,6 +902,7 @@ TALLOCTORT_OBJ = @tallocdir@/testsuite.o $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \ $(ERRORMAP_OBJ) REPLACETORT_OBJ = lib/replace/test/testsuite.o \ + lib/replace/test/getifaddrs.o \ lib/replace/test/os2_delete.o \ lib/replace/test/strptime.o \ $(LIBREPLACE_OBJ) |