This patch open up util_func.h to devel packages
**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped
Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
# pkg config and static binary
/usr/lib/*/pkgconfig/nntrainer.pc
/usr/lib/*/libnntrainer.a
+# update this to enable external applications
+# @todo filter out headers that should be hidden
+/usr/include/nntrainer/util_func.h
util_headers = [
'base_properties.h',
- 'node_exporter.h'
+ 'node_exporter.h',
+ 'util_func.h',
]
foreach s : util_sources
%{_includedir}/nntrainer/optimizer_devel.h
%{_includedir}/nntrainer/optimizer_impl.h
%{_libdir}/pkgconfig/nntrainer.pc
+# update this to enable external applications
+# @todo filter out headers that should be hidden
+%{_includedir}/nntrainer/util_func.h
%files devel-static
%{_libdir}/libnntrainer*.a