Adding Header files to package
This may be so elementary, but by using functions from any header file in the "include/whatever_pkg_name" folder of the package, the compiler complains about "Undefined reference to...". What step am I missing? The include files are properly called from the source code.