Fixed noinst_HEADERS
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment