From eab9f6d1027d678e45215f2db24c5cc44db14c8c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 4 Sep 2006 13:27:16 +0000 Subject: r18042: testsuite needs to link to libreplace.a :-) (This used to be commit d359dea98eceadb4881578f70d8f4453ec0a2b88) --- source4/lib/replace/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/replace/Makefile.in') diff --git a/source4/lib/replace/Makefile.in b/source4/lib/replace/Makefile.in index 2f13b97836..1880a122dd 100644 --- a/source4/lib/replace/Makefile.in +++ b/source4/lib/replace/Makefile.in @@ -31,7 +31,7 @@ installcheck: install test TEST_OBJS = test/testsuite.o testsuite: libreplace.a $(TEST_OBJS) - $(CC) -o testsuite $(TEST_OBJS) + $(CC) -o testsuite $(TEST_OBJS) -L. -lreplace .c.o: @echo Compiling $*.c -- cgit