Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b702a81b
...
b702a81bd60437a08bd50f9775d463c52d3013b4
authored
2006-02-24 13:16:28 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Set version info
1 parent
c7aa8484
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
28 additions
and
28 deletions
auth/Makefile.am
libmu_cpp/Makefile.am
libmu_scm/Makefile.am
mailbox/imap/Makefile.am
mailbox/maildir/Makefile.am
mailbox/mbox/Makefile.am
mailbox/mh/Makefile.am
mailbox/nntp/Makefile.am
mailbox/pop/Makefile.am
mapi/Makefile.am
auth/Makefile.am
View file @
b702a81
## 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@
...
...
libmu_cpp/Makefile.am
View file @
b702a81
## 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@
...
...
libmu_scm/Makefile.am
View file @
b702a81
## 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
...
...
mailbox/imap/Makefile.am
View file @
b702a81
## 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
\
...
...
mailbox/maildir/Makefile.am
View file @
b702a81
## 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
\
...
...
mailbox/mbox/Makefile.am
View file @
b702a81
## 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
\
...
...
mailbox/mh/Makefile.am
View file @
b702a81
## 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
...
...
mailbox/nntp/Makefile.am
View file @
b702a81
## 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
\
...
...
mailbox/pop/Makefile.am
View file @
b702a81
## 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
\
...
...
mapi/Makefile.am
View file @
b702a81
...
...
@@ -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@
...
...
Please
register
or
sign in
to post a comment