001-only_src.patch 683 B

12345678910111213141516171819202122
  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -12,7 +12,7 @@
  4. AUTOMAKE_OPTIONS = gnu
  5. ACLOCAL_AMFLAGS = -I m4
  6. -SUBDIRS = doc src tests tune
  7. +SUBDIRS = src
  8. nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \
  9. examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \
  10. --- a/Makefile.in
  11. +++ b/Makefile.in
  12. @@ -295,7 +295,7 @@ top_builddir = @top_builddir@
  13. top_srcdir = @top_srcdir@
  14. AUTOMAKE_OPTIONS = gnu
  15. ACLOCAL_AMFLAGS = -I m4
  16. -SUBDIRS = doc src tests tune
  17. +SUBDIRS = src
  18. nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \
  19. examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \
  20. examples/version.c