Hi

A build system fix.

- Lauri
>From 5924218c63cc520215551173f5e1d8cc928fa045 Mon Sep 17 00:00:00 2001
From: Lauri Kasanen <[email protected]>
Date: Wed, 8 Aug 2012 22:27:59 +0300
Subject: [PATCH] build: Make sure the lib-objs also get header deps


Signed-off-by: Lauri Kasanen <[email protected]>
---
 configure |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 8ec3a5d..118ae7b 100755
--- a/configure
+++ b/configure
@@ -491,6 +491,8 @@ lib: $SONAME
 $SONAME: \$(LIBOBJ)
        \$(CC_QUIET) \$(CFLAGS) \$(LIBDEFS) \$(LDFLAGS) -Wl,-soname,$SONAME 
-shared -o \$@ \$(LIBOBJ) $mod_obj \$(LIBS)
 
+\$(LIBOBJ): \$(OBJ)
+
 clean:
        rm -rf *.[od] $SONAME *.lo
        rm -rf ../bin/monkey
-- 
1.7.2.1

_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to