Commit b702a81b b702a81bd60437a08bd50f9775d463c52d3013b4 by Sergey Poznyakoff

Set version info

1 parent c7aa8484
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
## Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -24,16 +24,16 @@ AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" \
lib_LTLIBRARIES = libmuauth.la
libmuauth_la_SOURCES = \
gsasl.c \
lbuf.c \
lbuf.h \
pam.c \
radius.c \
sql.c \
sql.h \
tls.c \
virtual.c
gsasl.c\
lbuf.c\
lbuf.h\
pam.c\
radius.c\
sql.c\
sql.h\
tls.c\
virtual.c
libmuauth_la_LIBADD = @SQLLIB@ @LTLIBINTL@
libmuauth_la_LDFLAGS = -version-info 0:0:0
libmuauth_la_LDFLAGS = -version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
libmuauth_la_DEPENDENCIES = @SQLLIB_DEPENDENCY@
......
## Process this file with GNU Automake to create Makefile.in
##
## Copyright (C) 2004 Free Software Foundation, Inc.
## Copyright (C) 2004, 2006 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -38,5 +38,5 @@ libmu_cpp_la_SOURCES = \
libmu_cpp_la_DEPENDENCIES = @MU_LTLIBOBJS@
libmu_cpp_la_LIBADD = @MU_LTLIBOBJS@ @MU_COMMON_LIBRARIES@
libmu_cpp_la_LDFLAGS = -version-info 0:0:0
libmu_cpp_la_LDFLAGS = -version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
......
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
## Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -37,7 +37,7 @@ libmu_scm_la_SOURCES=\
$(C_SRCS) \
mu_scm.h
libmu_scm_la_LDFLAGS = -rpath $(libdir) -version-info 0:0:0
libmu_scm_la_LDFLAGS = -rpath $(libdir) -version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
EXTRA_DIST=mailutils.scm mailutils.scm.in
......
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2003, 2005 Free Software Foundation, Inc.
## Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -21,7 +21,7 @@ INCLUDES = @MU_COMMON_INCLUDES@ -I${top_srcdir}/mailbox/include @INTLINCS@
lib_LTLIBRARIES = libmu_imap.la
libmu_imap_la_LDFLAGS=-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
libmu_imap_la_LIBADD = @INTLLIBS@
libmu_imap_la_LIBADD = ../libmailutils.la @INTLLIBS@
libmu_imap_la_SOURCES = \
folder.c\
......
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2003, 2005 Free Software Foundation, Inc.
## Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -21,7 +21,7 @@ INCLUDES = @MU_COMMON_INCLUDES@ -I${top_srcdir}/mailbox/include @INTLINCS@
lib_LTLIBRARIES = libmu_maildir.la
libmu_maildir_la_LDFLAGS=-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
libmu_maildir_la_LIBADD = ../libmailutils.la
libmu_maildir_la_SOURCES = \
folder.c \
maildir.h \
......
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2003, 2005 Free Software Foundation, Inc.
## Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -21,7 +21,7 @@ INCLUDES = @MU_COMMON_INCLUDES@ -I${top_srcdir}/mailbox/include @INTLINCS@
lib_LTLIBRARIES = libmu_mbox.la
libmu_mbox_la_LDFLAGS=-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
libmu_mbox_la_LIBADD = ../libmailutils.la
libmu_mbox_la_SOURCES = \
folder.c\
mbox.c\
......
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2003, 2005 Free Software Foundation, Inc.
## Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -21,7 +21,7 @@ INCLUDES = @MU_COMMON_INCLUDES@ -I${top_srcdir}/mailbox/include @INTLINCS@
lib_LTLIBRARIES = libmu_mh.la
libmu_mh_la_LDFLAGS=-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
libmu_mh_la_LIBADD = ../libmailutils.la
libmu_mh_la_SOURCES = \
folder.c\
mbox.c
......
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2004, 2005 Free Software Foundation, Inc.
## Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -21,7 +21,7 @@ INCLUDES = @MU_COMMON_INCLUDES@ -I${top_srcdir}/mailbox/include @INTLINCS@
lib_LTLIBRARIES = libmu_nntp.la
libmu_nntp_la_LDFLAGS=-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
libmu_nntp_la_LIBADD = ../libmailutils.la
libmu_nntp_la_SOURCES = \
nntp_article.c \
nntp_body.c \
......
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
## Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -21,7 +21,7 @@ INCLUDES = @MU_COMMON_INCLUDES@ -I${top_srcdir}/mailbox/include @INTLINCS@
lib_LTLIBRARIES = libmu_pop.la
libmu_pop_la_LDFLAGS=-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
libmu_pop_la_LIBADD = @INTLLIBS@
libmu_pop_la_LIBADD = ../libmailutils.la @INTLLIBS@
libmu_pop_la_SOURCES = \
folder.c\
......
......@@ -41,4 +41,4 @@ libmapi_la_SOURCES = \
MAPISendDocuments.c \
MAPISendMail.c
libmapi_la_LDFLAGS = -version-info 0:0:0
libmapi_la_LDFLAGS = -version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
......