diff --git a/library.json b/library.json
index 8e963f34231f8f7744fd6283a523badfaad9b682..b5bf5ff7640dbc49f7ff93a7aa92d91cdd706e84 100644
--- a/library.json
+++ b/library.json
@@ -12,11 +12,14 @@
     "email": "jpa@nanopb.mail.kapsi.fi",
     "url": "http://koti.kapsi.fi/jpa/nanopb/"
   }],
-  "include": [
-    "*.c",
-    "*.cpp",
-    "*.h"
-  ],
+  "export": {
+    "include": [
+      "*.c",
+      "*.cpp",
+      "*.h",
+      "examples"
+    ]
+  },
   "examples": "examples/*/*.c",
   "frameworks": "*",
   "platforms": "*"