Commit e6bbf758 e6bbf7584d17eebde15eeac09518ba766f998535 by Sergey Poznyakoff

Fixed noinst_HEADERS

1 parent 47a5ab6b
...@@ -17,10 +17,10 @@ EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \ ...@@ -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
20 noinst_HEADERS = argcv.h error.h fnmatch.h getline.h getopt.h md5.h \ 20 noinst_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
25 libmailutils_la_LIBADD = @LTLIBOBJS@ @ALLOCA@ 25 libmailutils_la_LIBADD = @LTLIBOBJS@ @ALLOCA@
26 26
......