0001-Add-header-dependency-to-nciattach.o.patch 999 B

1234567891011121314151617181920212223242526272829303132333435
  1. From affaa2021a54c30353e4e1fee09c13a4de2196be Mon Sep 17 00:00:00 2001
  2. From: Jussi Kukkonen <jussi.kukkonen@intel.com>
  3. Date: Fri, 17 Mar 2017 14:24:29 +0200
  4. Subject: [PATCH] Add header dependency to nciattach.o
  5. This can happen when compiling nciattach.o:
  6. | In file included from ../neard-0.16/tools/nciattach.c:47:0:
  7. | ../neard-0.16/src/near.h:30:27: fatal error: near/nfc_copy.h: No such
  8. file or directory
  9. | #include <near/nfc_copy.h>
  10. Add the missing dependency to local headers.
  11. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
  12. Upstream-Status: Submitted [mailinglist]
  13. ---
  14. Makefile.am | 1 +
  15. 1 file changed, 1 insertion(+)
  16. diff --git a/Makefile.am b/Makefile.am
  17. index fa552ee..acef6ba 100644
  18. --- a/Makefile.am
  19. +++ b/Makefile.am
  20. @@ -253,6 +253,7 @@ se/builtin.h: src/genbuiltin $(builtin_se_sources)
  21. $(src_neard_OBJECTS) \
  22. $(tools_nfctool_nfctool_OBJECTS) \
  23. +$(tools_nciattach_OBJECTS) \
  24. $(plugin_objects) \
  25. $(se_seeld_OBJECTS) \
  26. $(unit_test_ndef_parse_OBJECTS) \
  27. --
  28. 2.11.0