summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorFrederic Gobry <frederic.gobry@smartdata.ch>2002-12-16 10:24:17 +0000
committerFrederic Gobry <frederic.gobry@smartdata.ch>2002-12-16 10:24:17 +0000
commit68d449e54f6d2ec68959006148839464088587e4 (patch)
treed1a2ca8f251fc8f54f26b958bc3a574f08000747 /examples/Makefile.am
parent8f8226a4cf20136997ab6eb070aa1dd281118c53 (diff)
downloadmailutils-68d449e54f6d2ec68959006148839464088587e4.tar.gz
mailutils-68d449e54f6d2ec68959006148839464088587e4.tar.bz2
added libmailutils to compile cleanly
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index de1d90d5b..f7be816d3 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -17,7 +17,7 @@ moddir=@SIEVE_MODDIR@
mod_LTLIBRARIES = numaddr.la
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
-AM_LDFLAGS = ../mailbox/libmailbox.la
+AM_LDFLAGS = ../mailbox/libmailbox.la ../lib/libmailutils.la
numaddr_la_SOURCES = numaddr.c
numaddr_la_LIBADD = ../libsieve/libsieve.la

Return to:

Send suggestions and report system problems to the System administrator.