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
d5afc462
...
d5afc46208667e810ae20bf2274117b2f17dd184
authored
2004-01-10 12:50:41 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
299e84bf
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
10 deletions
ChangeLog
frm/Makefile.am
messages/Makefile.am
ChangeLog
View file @
d5afc46
2004
-
01
-
10
Wojciech
Polak
*
include
/
mailutils
/
mailutils
.
h
:
Added
missing
header
files
.
*
include
/
mailutils
/
gsasl
.
h
:
Include
<
gsasl
.
h
>
.
*
messages
/
messages
.
c
(
main
)
:
Use
mu_register_all_mbox_formats
().
(
messages_count
)
:
Improved
diagnostics
.
*
messages
/
Makefile
.
am
:
Updated
.
*
frm
/
frm
.
c
(
main
)
:
Unified
diagnostic
messages
.
*
frm
/
Makefile
.
am
:
Updated
.
2004
-
01
-
09
Sergey
Poznyakoff
*
NEWS
:
Documented
new
features
.
...
...
frm/Makefile.am
View file @
d5afc46
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
## Copyright (C) 2001, 2002
, 2003, 2004
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
...
...
@@ -14,10 +14,11 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
\
-I
${
top_builddir
}
/include/mailutils/gnu @INTLINCS@
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib -I
${
top_builddir
}
/include/mailutils/gnu @INTLINCS@
SUBDIRS
=
testsuite
bin_PROGRAMS
=
frm
...
...
messages/Makefile.am
View file @
d5afc46
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
## Copyright (C) 2001, 2002
, 2003, 2004
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
...
...
@@ -14,17 +14,21 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
\
-I
${
top_builddir
}
/include/mailutils/gnu @INTLINCS@
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib -I
${
top_builddir
}
/include/mailutils/gnu @INTLINCS@
SUBDIRS
=
testsuite
bin_PROGRAMS
=
messages
messages_SOURCES
=
messages.c
messages_LDADD
=
\
../mailbox/mbox/libmu_mbox.la
\
../mailbox/imap/libmu_imap.la
\
../mailbox/pop/libmu_pop.la
\
../mailbox/mh/libmu_mh.la
\
../mailbox/maildir/libmu_maildir.la
\
../mailbox/libmailbox.la
\
../lib/libmailutils.la @AUTHLIBS@ @LTLIBINTL@
../lib/libmailutils.la
\
@AUTHLIBS@ @LTLIBINTL@
...
...
Please
register
or
sign in
to post a comment