I am creating a rpm for my project. Package comprises of makefile, src folder(where all my source code is present) and include (where all headers are present).I am only installing the executable for my project in make install. But when i m running the spec file. I got following error:

Checking for unpackaged file(s): /usr/lib/rpm/check-files /usr/src/redhat/BUILD/rohc123-1.1
error: Installed (but unpackaged) file(s) found:
/Makefile
/debugfiles.list
/debuglinks.list
/debugsources.list
/include/c_util.h
/include/comp.h
/ src/c_util.c
/src/c_comp.c

Plz help.....