commit-mailutils
[Top][All Lists]
Advanced

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

[SCM] GNU Mailutils branch, master, updated. release-2.2-722-g18bc359


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-722-g18bc359
Date: Tue, 07 Jul 2015 14:39:52 +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 Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=18bc359935ed01c93d7082b74c833115835ec16c

The branch, master has been updated
       via  18bc359935ed01c93d7082b74c833115835ec16c (commit)
      from  ca52ce046606cb72c29a771c0c28196a1aada964 (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 18bc359935ed01c93d7082b74c833115835ec16c
Author: Sergey Poznyakoff <address@hidden>
Date:   Tue Jul 7 17:38:13 2015 +0300

    Minor changes
    
    * lib/Makefile.am: Add -version-info to LDFLAGS
    * libmu_cfg/Makefile.am: Likewise.
    * libmu_argp/Makefile.am: Use LIBADD to add library dependency
    Pass -version-info to LDFLAGS

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

Summary of changes:
 lib/Makefile.am        |    1 +
 libmu_argp/Makefile.am |    6 +++++-
 libmu_cfg/Makefile.am  |    2 ++
 3 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 4205809..cd2d002 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -37,6 +37,7 @@ libmuaux_la_SOURCES = \
  mu_umaxtostr.c\
  mu_umaxtostr.h
 libmuaux_la_LIBADD=gnu/libgnu.la
+libmuaux_la_LDFLAGS = -version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
 
 libmutcpwrap_a_SOURCES = tcpwrap.c
 
diff --git a/libmu_argp/Makefile.am b/libmu_argp/Makefile.am
index 92a52fb..c337063 100644
--- a/libmu_argp/Makefile.am
+++ b/libmu_argp/Makefile.am
@@ -34,4 +34,8 @@ libmu_argp_la_SOURCES =\
  muinit.c\
  sieve.c
 
-libmu_argp_la_LDFLAGS=-L${top_builddir}/lib -lmuaux
+libmu_argp_la_LIBADD=\
+ -L${top_builddir}/lib\
+ -lmuaux
+
+libmu_argp_la_LDFLAGS=-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
diff --git a/libmu_cfg/Makefile.am b/libmu_cfg/Makefile.am
index 2e869ba..f63a754 100644
--- a/libmu_cfg/Makefile.am
+++ b/libmu_cfg/Makefile.am
@@ -34,3 +34,5 @@ libmu_cfg_la_SOURCES=\
  sql.c\
  tls.c\
  virtdomain.c
+
+libmu_cfg_la_LDFLAGS=-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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