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
2101ef3e
...
2101ef3eb88290f1f7e489d7a6ec0c5f6d42a4d4
authored
2003-07-26 11:06:35 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(INCLUDES): Add mailbox (for getline.h)
1 parent
7b8b7d24
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
examples/Makefile.am
examples/mta.c
examples/Makefile.am
View file @
2101ef3
...
...
@@ -34,7 +34,7 @@ noinst_PROGRAMS = \
moddir
=
@SIEVE_MODDIR@
mod_LTLIBRARIES
=
numaddr.la
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib @INTLINCS@
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
-I
$(top_srcdir)
/mailbox
@INTLINCS@
AM_LDFLAGS
=
../mailbox/libmailbox.la ../lib/libmailutils.la
numaddr_la_SOURCES
=
numaddr.c
...
...
examples/mta.c
View file @
2101ef3
...
...
@@ -60,6 +60,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <mu_asprintf.h>
#include <getline.h>
#include <mailutils/argcv.h>
#include <mailutils/mailutils.h>
...
...
Please
register
or
sign in
to post a comment