summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-07-07 17:38:13 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2015-07-07 17:38:13 +0300
commit18bc359935ed01c93d7082b74c833115835ec16c (patch)
tree47933a4f83904beaf1f330b741ac1e2a41a7aceb /lib
parentca52ce046606cb72c29a771c0c28196a1aada964 (diff)
downloadmailutils-18bc359935ed01c93d7082b74c833115835ec16c.tar.gz
mailutils-18bc359935ed01c93d7082b74c833115835ec16c.tar.bz2
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 42058096d..cd2d00260 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

Return to:

Send suggestions and report system problems to the System administrator.