Added parsedate.y to EXTRA_DIST.
Showing
2 changed files
with
5 additions
and
1 deletions
... | @@ -33,7 +33,7 @@ DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" | ... | @@ -33,7 +33,7 @@ DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" |
33 | EXTRA_DIST = strtok_r.c \ | 33 | EXTRA_DIST = strtok_r.c \ |
34 | strndup.c strnlen.c strchrnul.c argp-ba.c argp-eexst.c \ | 34 | strndup.c strnlen.c strchrnul.c argp-ba.c argp-eexst.c \ |
35 | argp-fmtstream.c argp-fs-xinl.c argp-help.c argp-parse.c argp-pv.c \ | 35 | argp-fmtstream.c argp-fs-xinl.c argp-help.c argp-parse.c argp-pv.c \ |
36 | argp-pvh.c argp-xinl.c getline.c getline.h pin.c | 36 | argp-pvh.c argp-xinl.c getline.c getline.h parsedate.y pin.c |
37 | 37 | ||
38 | noinst_HEADERS=argp-fmtstream.h argp-namefrob.h md5.h | 38 | noinst_HEADERS=argp-fmtstream.h argp-namefrob.h md5.h |
39 | 39 | ... | ... |
-
Please register or sign in to post a comment