diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-09-21 23:46:10 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-09-22 00:09:13 +0200 |
commit | 2c7cbb6b1d54c0463fd788002190ee673179f7c1 (patch) | |
tree | 035268fbffaf17fca662302c402e3dc28c691142 | |
parent | 05525071e0af67b970c0d348a621bc276542f092 (diff) | |
download | samba-2c7cbb6b1d54c0463fd788002190ee673179f7c1.tar.gz samba-2c7cbb6b1d54c0463fd788002190ee673179f7c1.tar.bz2 samba-2c7cbb6b1d54c0463fd788002190ee673179f7c1.zip |
s3: link libreplace/test/main.c into replacetort
metze
-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 2300e4a20c..2ae7e15bf4 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -953,6 +953,7 @@ REPLACETORT_OBJ = @libreplacedir@/test/testsuite.o \ @libreplacedir@/test/getifaddrs.o \ @libreplacedir@/test/os2_delete.o \ @libreplacedir@/test/strptime.o \ + @libreplacedir@/test/main.o \ $(LIBREPLACE_OBJ) NDRDUMP_OBJ = librpc/tools/ndrdump.o \ |