json-c-add-missing-file-to-installed-headers.patch 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. From 2ab6524ca0cfaab7feb42f7c328db8fca7b111fc Mon Sep 17 00:00:00 2001
  2. From: Gilles Talis <gilles.talis@gmail.com>
  3. Date: Tue, 5 Mar 2013 21:59:11 -0800
  4. Subject: [PATCH] Add json_object_iterator.h to installed headers
  5. Backported from: 4154c55edae6f6b34d6ef4fcc331055fdf8e1a23
  6. In addition to original patch, applied the same change to Makefile.in
  7. to avoid having the package to be autoreconfigured.
  8. Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
  9. ---
  10. Makefile.am | 1 +
  11. Makefile.in | 1 +
  12. 2 files changed, 2 insertions(+)
  13. diff --git a/Makefile.am b/Makefile.am
  14. index d4a7bbb..8f09ca8 100644
  15. --- a/Makefile.am
  16. +++ b/Makefile.am
  17. @@ -17,6 +17,7 @@ libjsoninclude_HEADERS = \
  18. json_config.h \
  19. json_inttypes.h \
  20. json_object.h \
  21. + json_object_iterator.h \
  22. json_object_private.h \
  23. json_tokener.h \
  24. json_util.h \
  25. diff --git a/Makefile.in b/Makefile.in
  26. index c06db3e..9d924cd 100644
  27. --- a/Makefile.in
  28. +++ b/Makefile.in
  29. @@ -278,6 +278,7 @@ libjsoninclude_HEADERS = \
  30. json_config.h \
  31. json_inttypes.h \
  32. json_object.h \
  33. + json_object_iterator.h \
  34. json_object_private.h \
  35. json_tokener.h \
  36. json_util.h \
  37. --
  38. 1.7.10.4