Commit 1ea81b39 1ea81b3978fdc96948aa7077548573d09271c6b2 by Wojciech Polak

Updated. Added `noinst_LTLIBRARIES = numaddr.la'.

1 parent 5de1ee07
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2002 Free Software Foundation, Inc.
## Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -30,31 +30,21 @@ noinst_PROGRAMS = \
http\
mta\
decode2047\
mailcap \
mailcap\
pop3client
moddir=@SIEVE_MODDIR@
mod_LTLIBRARIES = numaddr.la timestamp.la spamd.la list.la
noinst_LTLIBRARIES = numaddr.la
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\
-I$(top_builddir)/include/mailutils/gnu\
-I$(top_srcdir)/mailbox @INTLINCS@
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_builddir)/include/mailutils/gnu -I$(top_srcdir)/mailbox @INTLINCS@
AM_LDFLAGS = ../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
timestamp_la_SOURCES = timestamp.c
timestamp_la_LIBADD = ../libsieve/libsieve.la
timestamp_la_LDFLAGS = -module -avoid-version -no-undefined
spamd_la_SOURCES = spamd.c
spamd_la_LIBADD = ../libsieve/libsieve.la
spamd_la_LDFLAGS = -module -avoid-version -no-undefined
list_la_SOURCES = list.c
list_la_LIBADD = ../libsieve/libsieve.la
list_la_LDFLAGS = -module -avoid-version -no-undefined
mimetest_LDADD =\
../mailbox/mbox/libmu_mbox.la\
../mailbox/imap/libmu_imap.la\
......@@ -85,4 +75,3 @@ pop3client_LDADD = \
EXTRA_DIST = comsat.conf dot.biffrc gnu-imap4d.pam gnu-pop3d.pam\
mailutils.rc reply.scm
......