summaryrefslogtreecommitdiff
path: root/source3/lib/talloc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-12 12:46:33 +0100
committerMichael Adam <obnox@samba.org>2008-02-13 01:40:12 +0100
commit3519e91a856b291904caa1f26c3704ab8b1f5b97 (patch)
tree6edab1fb3e7bac7c96b69e823111959d8694756d /source3/lib/talloc
parent9a7e977a73bd8596387b1d7302489425b2aaa40b (diff)
downloadsamba-3519e91a856b291904caa1f26c3704ab8b1f5b97.tar.gz
samba-3519e91a856b291904caa1f26c3704ab8b1f5b97.tar.bz2
samba-3519e91a856b291904caa1f26c3704ab8b1f5b97.zip
Make sure talloc.so is build before installing.
(cherry picked from commit 51769f5cfc0f3a9f85ea533598a1f769e108d075) (This used to be commit da98f4d223997709b42b4f05ab94d564261f5aee)
Diffstat (limited to 'source3/lib/talloc')
-rw-r--r--source3/lib/talloc/talloc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/talloc/talloc.mk b/source3/lib/talloc/talloc.mk
index 2dc75dd716..590adc74f2 100644
--- a/source3/lib/talloc/talloc.mk
+++ b/source3/lib/talloc/talloc.mk
@@ -1,10 +1,10 @@
-all:: libtalloc.a $(SOLIB) testsuite
-
TALLOC_OBJ = $(tallocdir)/talloc.o
SOLIB = libtalloc.$(SHLIBEXT).$(PACKAGE_VERSION)
SONAME = libtalloc.$(SHLIBEXT).1
+all:: libtalloc.a $(SOLIB) testsuite
+
testsuite:: $(LIBOBJ) testsuite.o
$(CC) $(CFLAGS) -o testsuite testsuite.o $(LIBOBJ) $(LIBS)