On Linux, using Makefile, I need to move the folder with the files that lie next to the Makefile.am files after building the executable file to another folder, /usr/share how can I do this?
On Linux, using Makefile, I need to move the folder with the files that lie next to the Makefile.am files after building the executable file to another folder, /usr/share how can I do this?