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.

27 lines
813 B

  1. From 3ee8ab22699b503b591b6abb4a2db89ac1881ea6 Mon Sep 17 00:00:00 2001
  2. From: Yousong Zhou <zhouyousong@yunionyun.com>
  3. Date: Tue, 21 Aug 2018 13:02:21 +0000
  4. Subject: [PATCH] build: trim build
  5. Signed-off-by: Yousong Zhou <zhouyousong@yunionyun.com>
  6. ---
  7. Makefile.am | 2 --
  8. 1 file changed, 2 deletions(-)
  9. diff --git a/Makefile.am b/Makefile.am
  10. index 6140b2c7f..d9f9457fa 100644
  11. --- a/Makefile.am
  12. +++ b/Makefile.am
  13. @@ -475,12 +475,10 @@ dist-docs:
  14. VERSION=$(VERSION) MAKE='$(MAKE)' $(srcdir)/build-aux/dist-docs $(srcdir) $(docs)
  15. .PHONY: dist-docs
  16. -include Documentation/automake.mk
  17. include m4/automake.mk
  18. include lib/automake.mk
  19. include ofproto/automake.mk
  20. include utilities/automake.mk
  21. -include tests/automake.mk
  22. include include/automake.mk
  23. include third-party/automake.mk
  24. include debian/automake.mk