Anjuta Project Creation

Run Anjuta
Create a new project and enter the folder name as project name. ELSE copy your files into the project folder.
Verify the path
GTK+ C Project
Do the Wizard.
$ mkdir addbook
$ cd addbook
$ cp -R /backup/src and /include.
At bottom of the screen, you will see Files | Projects | Symbols
Click on Projects
See addbook.
Click on ‘Add Source File’ and click on Browse. Select all *.c and *.h and *.glade files. Click on Open and then Add.
Same way for all files in the include folder
Right Click on addbook → Properties.
Linker flags /usr/lib/mysql/mysqlclient.so
Dependencies /usr/include/mysql
Build → Autogenerate