I am using Ubuntu Linux I have made a custom static library Mylib.a, I can include it to only those c files which are in the same directory as the static library.
I want to make it a general library so that I can include the library file to any c file I want irrespective of its location