summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-09-25 13:22:07 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-09-25 13:36:56 +0300
commit8672f9f048ee10a7298f17ec6273025607ffba43 (patch)
tree9d735822360c831b4e122c69e487907f01f29a29 /examples
parent92ea03b0e897a00ac5369a31ae3640730aeff4db (diff)
downloadmailutils-8672f9f048ee10a7298f17ec6273025607ffba43.tar.gz
mailutils-8672f9f048ee10a7298f17ec6273025607ffba43.tar.bz2
Finish switching to new gnulib (see 52d2552d23).
* configure.ac: Use libmuaux.a instead of libmuaux.la. * examples/Makefile.am: Likewise. * examples/cpp/Makefile.am: Likewise. * imap4d/Makefile.am: Likewise. * mapi/Makefile.am: Likewise. * mh/Makefile.am: Likewise. * pop3d/Makefile.am: Likewise. Remove old files from POTFILES.in (see c42bddb0b8). * po/POTFILES.in: Remove comsat/oldcfg.c. Build testsuites after the programs they are to test. * frm/Makefile.am (SUBDIRS): Put . before tests. * messages/Makefile.am: Likewise. * readmsg/Makefile.am: Likewise. * sieve/Makefile.am: Likewise. Remove leftovers from CVS times: * .cvsignore: Remove. * am/.cvsignore: Remove. * lib/.cvsignore: Remove. * po/.cvsignore
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am12
-rw-r--r--examples/cpp/Makefile.am4
2 files changed, 8 insertions, 8 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 8a7a6f36f..e4c5eb9c2 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -64,7 +64,7 @@ mod_LTLIBRARIES = numaddr.la
INCLUDES = @MU_LIB_COMMON_INCLUDES@
LDADD = \
- ../lib/libmuaux.la\
+ ../lib/libmuaux.a\
${MU_LIB_MAILUTILS}\
@MU_COMMON_LIBRARIES@
@@ -73,20 +73,20 @@ numaddr_la_LIBADD = ${MU_LIB_SIEVE}
numaddr_la_LDFLAGS = -module -avoid-version -no-undefined -rpath '$(moddir)'
msg_send_LDADD =\
- ../lib/libmuaux.la\
+ ../lib/libmuaux.a\
${MU_LIB_MAILER}\
@MU_AUTHLIBS@\
${MU_LIB_MAILUTILS}
mta_CPPFLAGS=-I${top_srcdir}/lib -I${top_builddir}/lib
mta_LDADD =\
- ../lib/libmuaux.la\
+ ../lib/libmuaux.a\
${MU_LIB_MBOX}\
${MU_LIB_MAILER}\
${MU_LIB_MAILUTILS}
sfrom_LDADD =\
- ../lib/libmuaux.la\
+ ../lib/libmuaux.a\
${MU_LIB_MBOX}\
${MU_LIB_IMAP}\
${MU_LIB_POP}\
@@ -99,7 +99,7 @@ sfrom_LDADD =\
pop3client_CPPFLAGS = @MU_APP_COMMON_INCLUDES@
pop3client_LDADD = \
- ../lib/libmuaux.la\
+ ../lib/libmuaux.a\
${MU_LIB_POP}\
${MU_LIB_AUTH}\
@MU_AUTHLIBS@\
@@ -107,7 +107,7 @@ pop3client_LDADD = \
@READLINE_LIBS@
nntpclient_LDADD = \
- ../lib/libmuaux.la\
+ ../lib/libmuaux.a\
${MU_LIB_NNTP}\
${MU_LIB_AUTH}\
@MU_AUTHLIBS@\
diff --git a/examples/cpp/Makefile.am b/examples/cpp/Makefile.am
index 32da62fd3..8176c6ce8 100644
--- a/examples/cpp/Makefile.am
+++ b/examples/cpp/Makefile.am
@@ -37,7 +37,7 @@ noinst_PROGRAMS = @MU_CXX_EXAMPLES_BUILD@
INCLUDES = @MU_LIB_COMMON_INCLUDES@
AM_LDFLAGS = \
- ../../lib/libmuaux.la\
+ ../../lib/libmuaux.a\
../../libmu_cpp/libmu_cpp.la\
${MU_LIB_MAILUTILS}\
@MU_COMMON_LIBRARIES@
@@ -55,7 +55,7 @@ sfrom_SOURCES = sfrom.cc
url_parse_SOURCES = url-parse.cc
LDADD =\
- ../../lib/libmuaux.la\
+ ../../lib/libmuaux.a\
../../libmu_cpp/libmu_cpp.la\
${MU_LIB_MBOX}\
${MU_LIB_IMAP}\

Return to:

Send suggestions and report system problems to the System administrator.