shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU shishi branch, master, updated. shishi-0-0-41-5-gc11fb6a


From: Simon Josefsson
Subject: [SCM] GNU shishi branch, master, updated. shishi-0-0-41-5-gc11fb6a
Date: Wed, 03 Feb 2010 09:36:55 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=c11fb6aca3c1c52ed53840327dc243ca4bbda52e

The branch, master has been updated
       via  c11fb6aca3c1c52ed53840327dc243ca4bbda52e (commit)
      from  3a8a460080202925a53cd996b5683b6d4870cd3b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c11fb6aca3c1c52ed53840327dc243ca4bbda52e
Author: Simon Josefsson <address@hidden>
Date:   Wed Feb 3 10:36:49 2010 +0100

    link libshisa with -lrt for clock_gettime in libshishi.

-----------------------------------------------------------------------

Summary of changes:
 db/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/db/Makefile.am b/db/Makefile.am
index 78970a8..da2eaaa 100644
--- a/db/Makefile.am
+++ b/db/Makefile.am
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009 Simon Josefsson.
+# Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 Simon Josefsson.
 #
 # This file is part of Shishi.
 #
@@ -37,7 +37,8 @@ libshisa_la_SOURCES = libshisa.map \
        shisa.h info.h \
        setup.c config.c db.c err.c core.c \
        file.c file.h fileutil.h fileutil.c
-libshisa_la_LIBADD = gl/libgnu.la ../lib/libshishi.la
+libshisa_la_LIBADD = gl/libgnu.la ../lib/libshishi.la  \
+       $(LIB_CLOCK_GETTIME)
 # XXX use different libtool version for this library?
 libshisa_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
        -no-undefined


hooks/post-receive
-- 
GNU shishi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]