You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
304 B

  1. Index: fdm-1.9/Makefile.am
  2. ===================================================================
  3. --- fdm-1.9.orig/Makefile.am
  4. +++ fdm-1.9/Makefile.am
  5. @@ -107,7 +107,9 @@ dist_fdm_SOURCES = \
  6. xmalloc.c \
  7. \
  8. parse.y \
  9. - lex.c
  10. + lex.c \
  11. + b64_ntop.c \
  12. + b64_pton.c
  13. nodist_fdm_SOURCES =
  14. if NO_STRLCAT