summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-13 17:42:10 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-13 17:42:10 +0100
commit8a3f8dc646585c1861ac7322ad67a93353fa0c71 (patch)
tree813824fe28a27d83ab638e61e87bbf122b4f7c2d /source4/lib/talloc/Makefile.in
parent05d58f49df30791e205799366666804d4a9bf47d (diff)
downloadsamba-8a3f8dc646585c1861ac7322ad67a93353fa0c71.tar.gz
samba-8a3f8dc646585c1861ac7322ad67a93353fa0c71.tar.bz2
samba-8a3f8dc646585c1861ac7322ad67a93353fa0c71.zip
Allow tdb.mk and talloc.mk to be included at the same time.
(This used to be commit af9e0421529104d2583c58f7723abe8612e78f53)
Diffstat (limited to 'source4/lib/talloc/Makefile.in')
-rw-r--r--source4/lib/talloc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/talloc/Makefile.in b/source4/lib/talloc/Makefile.in
index f5d1cd109c..07b8fd4ff0 100644
--- a/source4/lib/talloc/Makefile.in
+++ b/source4/lib/talloc/Makefile.in
@@ -28,8 +28,8 @@ all:: showflags $(EXTRA_TARGETS)
include $(tallocdir)/rules.mk
include $(tallocdir)/talloc.mk
-$(SOLIB): $(LIBOBJ)
- $(SHLD) $(SHLD_FLAGS) -o $@ $(LIBOBJ) @SONAMEFLAG@$(SONAME)
+$(TALLOC_SOLIB): $(LIBOBJ)
+ $(SHLD) $(SHLD_FLAGS) -o $@ $(LIBOBJ) @SONAMEFLAG@$(TALLOC_SONAME)
check: test