Make sure talloc.so is build before installing.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 12 Feb 2008 11:46:33 +0000 (12:46 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 13 Feb 2008 00:40:12 +0000 (01:40 +0100)
(cherry picked from commit 51769f5cfc0f3a9f85ea533598a1f769e108d075)
(This used to be commit da98f4d223997709b42b4f05ab94d564261f5aee)

source3/lib/talloc/talloc.mk

index 2dc75dd716149332a3f579e51b0000e1c686a4d5..590adc74f2725b339f1849475181aa5be9a15620 100644 (file)
@@ -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)