diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-03-15 00:54:55 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-03-15 00:54:55 +0100 |
commit | 7972d82436f5d93606fb538be180250f2f28de6b (patch) | |
tree | fb27ad4dce4f1119a65b41869f73ad1407814298 /source4/torture/local | |
parent | 3eede51ecbccba8de6ee5380cd8db084b91f7512 (diff) | |
download | samba-7972d82436f5d93606fb538be180250f2f28de6b.tar.gz samba-7972d82436f5d93606fb538be180250f2f28de6b.tar.bz2 samba-7972d82436f5d93606fb538be180250f2f28de6b.zip |
Remove -L/usr/lib from a couple more make variables.
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index e13056190a..967e545225 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -44,7 +44,7 @@ TORTURE_LOCAL_OBJ_FILES = \ $(torturesrcdir)/../../lib/compression/testsuite.o \ $(torturesrcdir)/../../lib/util/charset/tests/charset.o \ $(torturesrcdir)/../libcli/security/tests/sddl.o \ - ../lib/tdr/testsuite.o \ + $(libtdrsrcdir)/testsuite.o \ $(torturesrcdir)/../../lib/tevent/testsuite.o \ $(torturesrcdir)/../param/tests/share.o \ $(torturesrcdir)/../param/tests/loadparm.o \ |