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
7093cad9
...
7093cad98abf6eef4e738545b168e5bdf936b5e1
authored
2005-06-27 11:10:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add argcv.c
1 parent
5d4deaf0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
examples/Makefile.am
examples/Makefile.am
View file @
7093cad
...
...
@@ -21,6 +21,7 @@ SUBDIRS = config cpp scheme
noinst_PROGRAMS
=
\
addr
\
argcv
\
base64
\
decode2047
\
encode2047
\
...
...
@@ -51,6 +52,10 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\
AM_LDFLAGS
=
../mailbox/libmailbox.la ../lib/libmailutils.la @MU_COMMON_LIBRARIES@
argcv_LDADD
=
\
../mailbox/libmailbox.la
\
../lib/libmailutils.la
numaddr_la_SOURCES
=
numaddr.c
numaddr_la_LIBADD
=
../libsieve/libsieve.la
numaddr_la_LDFLAGS
=
-module -avoid-version -no-undefined
...
...
Please
register
or
sign in
to post a comment