Add conditionnal support of dynamic bindings
[src/app-framework-binder.git] / src / afb-autoset.h
index c9aacff..4ced313 100644 (file)
@@ -20,5 +20,7 @@
 struct afb_apiset;
 
 extern int afb_autoset_add_ws(const char *path, struct afb_apiset *declare_set, struct afb_apiset *call_set);
+#if WITH_DYNAMIC_BINDING
 extern int afb_autoset_add_so(const char *path, struct afb_apiset *declare_set, struct afb_apiset *call_set);
+#endif
 extern int afb_autoset_add_any(const char *path, struct afb_apiset *declare_set, struct afb_apiset *call_set);