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.

38 lines
971 B

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