summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@gnu.org>2002-02-13 22:27:28 +0000
committerJeff Bailey <jbailey@gnu.org>2002-02-13 22:27:28 +0000
commitb1fe0e48052cf234ef5afe514610627ce75d95b8 (patch)
treee6d1093076b3dd59f3d7a815b351ba5f23638af6 /lib
parent10113820054d7f08cd1de5f89a75671ae7f3bcc6 (diff)
downloadmailutils-b1fe0e48052cf234ef5afe514610627ce75d95b8.tar.gz
mailutils-b1fe0e48052cf234ef5afe514610627ce75d95b8.tar.bz2
Use libtool for built ARGP and libmailutils
Diffstat (limited to 'lib')
-rw-r--r--lib/.cvsignore3
-rw-r--r--lib/Makefile.am6
2 files changed, 6 insertions, 3 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore
index e440fafda..080637bf9 100644
--- a/lib/.cvsignore
+++ b/lib/.cvsignore
@@ -1,3 +1,6 @@
Makefile.in
Makefile
.deps
+.libs
+*.lo
+libmailutils.la
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 09b35cf6f..ac96b5449 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,10 +1,10 @@
AUTOMAKE_OPTIONS = ansi2knr
-noinst_LIBRARIES = libmailutils.a
+noinst_LTLIBRARIES = libmailutils.la
SUBDIRS = posix
INCLUDES = -I${top_srcdir}/include @ARGPINCS@
-libmailutils_a_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \
+libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \
mu_dbm.c getline.c xstrdup.c xmalloc.c argcv.c \
mu_argp.c
@@ -15,5 +15,5 @@ EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \
noinst_HEADERS = argcv.h error.h fnmatch.h getline.h getopt.h md5.h mu_dbm.h\
regex.h snprintf.h xalloc.h xstrtol.h obstack.h mu_argp.h
-libmailutils_a_LIBADD = @LIBOBJS@ @ALLOCA@
+libmailutils_la_LIBADD = @LIBOBJS@ @ALLOCA@

Return to:

Send suggestions and report system problems to the System administrator.