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.

31 lines
1.0 KiB

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -8,7 +8,7 @@ else
  4. EXAMPLES_DIR =
  5. endif
  6. -SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
  7. +SUBDIRS = lib include m4 $(EXAMPLES_DIR)
  8. # we include the whole debian/ dir in EXTRA_DIST because there's a problem
  9. --- a/Makefile.in
  10. +++ b/Makefile.in
  11. @@ -164,7 +164,7 @@ AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
  12. @THEORA_ENABLE_EXAMPLES_TRUE@EXAMPLES_DIR = examples
  13. @THEORA_ENABLE_EXAMPLES_FALSE@EXAMPLES_DIR =
  14. -SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
  15. +SUBDIRS = lib include m4 $(EXAMPLES_DIR)
  16. # we include the whole debian/ dir in EXTRA_DIST because there's a problem
  17. # with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am
  18. @@ -200,7 +200,7 @@ DIST_COMMON = README AUTHORS COPYING Mak
  19. missing mkinstalldirs theora-uninstalled.pc.in theora.pc.in \
  20. theoradec-uninstalled.pc.in theoradec.pc.in \
  21. theoraenc-uninstalled.pc.in theoraenc.pc.in
  22. -DIST_SUBDIRS = lib include doc tests m4 examples
  23. +DIST_SUBDIRS = lib include m4 examples
  24. all: config.h
  25. $(MAKE) $(AM_MAKEFLAGS) all-recursive