summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-09-12 11:08:26 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-09-12 11:08:26 +0000
commite6bbf7584d17eebde15eeac09518ba766f998535 (patch)
treef7280c30a79ff0b04b3b4646b0f7c7c22a7f292a
parent47a5ab6b6717268111d098234be652fb1f63b131 (diff)
downloadmailutils-e6bbf7584d17eebde15eeac09518ba766f998535.tar.gz
mailutils-e6bbf7584d17eebde15eeac09518ba766f998535.tar.bz2
Fixed noinst_HEADERS
-rw-r--r--lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index f54be6263..86e4aea0e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -17,10 +17,10 @@ EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \
17 strcasecmp.c strsignal.c xstrtol.c vasprintf.c \ 17 strcasecmp.c strsignal.c xstrtol.c vasprintf.c \
18 utmp.c 18 utmp.c
19 19
20noinst_HEADERS = argcv.h error.h fnmatch.h getline.h getopt.h md5.h \ 20noinst_HEADERS = error.h fnmatch.h getopt.h md5.h \
21 mu_dbm.h\ 21 mu_dbm.h\
22 regex.h snprintf.h xalloc.h xstrtol.h obstack.h \ 22 regex.h snprintf.h xalloc.h xstrtol.h obstack.h \
23 argp-fmtstream.h argp-namefrob.h argp.h mu_asprintf.h 23 mu_asprintf.h
24 24
25libmailutils_la_LIBADD = @LTLIBOBJS@ @ALLOCA@ 25libmailutils_la_LIBADD = @LTLIBOBJS@ @ALLOCA@
26 26

Return to:

Send suggestions and report system problems to the System administrator.