I have been using anjuta to make some programs. I have made a folder in the src directory of the program to store all the images and icons. ( /src/images/icons )
However when i build the tarball the folder does not exist in the compressed file, so I guess I have to include it in my Makefile. How can I edit the makefile so that the images are included ?