summaryrefslogtreecommitdiff
path: root/libsieve/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-22 14:51:08 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-22 14:51:08 +0000
commit7b00df8291155398fba01a9c47c7bf90481b81aa (patch)
tree2330fc91a78b1b594a9c81b4b55b2f73bf5d38dc /libsieve/Makefile.am
parentd7e72b0c0ca03b9fc303aefc3b9785f6923f31c4 (diff)
downloadmailutils-7b00df8291155398fba01a9c47c7bf90481b81aa.tar.gz
mailutils-7b00df8291155398fba01a9c47c7bf90481b81aa.tar.bz2
Added load.c
Diffstat (limited to 'libsieve/Makefile.am')
-rw-r--r--libsieve/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsieve/Makefile.am b/libsieve/Makefile.am
index e70163d0f..16bb31c64 100644
--- a/libsieve/Makefile.am
+++ b/libsieve/Makefile.am
@@ -11,6 +11,7 @@ lib_LTLIBRARIES = libsieve.la
libsieve_la_SOURCES = \
actions.c\
comparator.c\
+ load.c\
prog.c\
register.c\
require.c\
@@ -20,6 +21,7 @@ libsieve_la_SOURCES = \
sieve-lex.c\
tests.c\
util.c
+libsieve_la_LIBADD=@LTDL_LIB@
noinst_HEADERS = sieve.h

Return to:

Send suggestions and report system problems to the System administrator.