summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-06-27 11:10:30 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-06-27 11:10:30 +0000
commit7093cad98abf6eef4e738545b168e5bdf936b5e1 (patch)
tree93201f5361f323fbab5cf884b53dc80ffedd4ab2
parent5d4deaf0304d365c92d787fe51bf2826baf080da (diff)
downloadmailutils-7093cad98abf6eef4e738545b168e5bdf936b5e1.tar.gz
mailutils-7093cad98abf6eef4e738545b168e5bdf936b5e1.tar.bz2
Add argcv.c
-rw-r--r--examples/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index d2b65da36..4611273a3 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -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

Return to:

Send suggestions and report system problems to the System administrator.