From 2c7cbb6b1d54c0463fd788002190ee673179f7c1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 21 Sep 2008 23:46:10 +0200 Subject: [PATCH] s3: link libreplace/test/main.c into replacetort metze --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/Makefile.in b/source3/Makefile.in index 2300e4a20c7..2ae7e15bf47 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 \ -- 2.11.4.GIT