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.

44 lines
1.3 KiB

  1. Index: gphoto2-2.5.17/Makefile.am
  2. ===================================================================
  3. --- gphoto2-2.5.17.orig/Makefile.am
  4. +++ gphoto2-2.5.17/Makefile.am
  5. @@ -1,4 +1,4 @@
  6. -SUBDIRS = gphoto-m4 contrib doc gphoto2 packaging tests
  7. +SUBDIRS = gphoto-m4 contrib gphoto2 packaging
  8. ACLOCAL_AMFLAGS = -I auto-m4 -I gphoto-m4
  9. EXTRA_DIST = README.md
  10. Index: gphoto2-2.5.17/Makefile.in
  11. ===================================================================
  12. --- gphoto2-2.5.17.orig/Makefile.in
  13. +++ gphoto2-2.5.17/Makefile.in
  14. @@ -389,7 +389,7 @@ target_alias = @target_alias@
  15. top_build_prefix = @top_build_prefix@
  16. top_builddir = @top_builddir@
  17. top_srcdir = @top_srcdir@
  18. -SUBDIRS = gphoto-m4 contrib doc gphoto2 packaging tests
  19. +SUBDIRS = gphoto-m4 contrib gphoto2 packaging
  20. ACLOCAL_AMFLAGS = -I auto-m4 -I gphoto-m4
  21. EXTRA_DIST = README.md
  22. all: config.h
  23. Index: gphoto2-2.5.17/configure.ac
  24. ===================================================================
  25. --- gphoto2-2.5.17.orig/configure.ac
  26. +++ gphoto2-2.5.17/configure.ac
  27. @@ -407,16 +407,10 @@ AC_CONFIG_FILES([
  28. Makefile
  29. gphoto2/Makefile
  30. gphoto-m4/Makefile
  31. -doc/Makefile
  32. contrib/Makefile
  33. packaging/Makefile
  34. packaging/rpm/Makefile
  35. packaging/rpm/package.spec
  36. -tests/data/Makefile
  37. -tests/staging/subdir1/Makefile
  38. -tests/staging/subdir2/Makefile
  39. -tests/staging/Makefile
  40. -tests/Makefile
  41. ])
  42. AC_OUTPUT()dnl