Cross-Platform build scripts for audio plugins
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.

23 lines
932B

  1. diff --git a/Makefile.in b/Makefile.in
  2. index bea1b79..2f57bb7 100644
  3. --- a/Makefile.in
  4. +++ b/Makefile.in
  5. @@ -223,7 +223,7 @@ CTAGS = ctags
  6. done | $(am__uniquify_input)`
  7. DIST_SUBDIRS = fontconfig fc-case fc-lang src fc-cache fc-cat \
  8. fc-conflist fc-list fc-match fc-pattern fc-query fc-scan \
  9. - fc-validate conf.d its po po-conf test doc
  10. + fc-validate conf.d its po po-conf doc
  11. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  12. $(srcdir)/fontconfig-zip.in $(srcdir)/fontconfig.pc.in \
  13. ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README.md \
  14. @@ -456,7 +456,7 @@ top_builddir = @top_builddir@
  15. top_srcdir = @top_srcdir@
  16. SUBDIRS = fontconfig fc-case fc-lang src fc-cache fc-cat fc-conflist \
  17. fc-list fc-match fc-pattern fc-query fc-scan fc-validate \
  18. - conf.d its po po-conf test $(am__append_1)
  19. + conf.d its po po-conf $(am__append_1)
  20. ACLOCAL_AMFLAGS = -I m4
  21. MESON_FILES = \
  22. conf.d/link_confs.py \