diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-04 13:27:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:07 -0500 |
commit | eab9f6d1027d678e45215f2db24c5cc44db14c8c (patch) | |
tree | 4f238e11be243dd78fc0a9ad4bfafe28cc5e9a94 /source4/lib/replace | |
parent | 4c4e6a9a1c7c433095183662c673bbd48299da5c (diff) | |
download | samba-eab9f6d1027d678e45215f2db24c5cc44db14c8c.tar.gz samba-eab9f6d1027d678e45215f2db24c5cc44db14c8c.tar.bz2 samba-eab9f6d1027d678e45215f2db24c5cc44db14c8c.zip |
r18042: testsuite needs to link to libreplace.a :-)
(This used to be commit d359dea98eceadb4881578f70d8f4453ec0a2b88)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |