Hi! > * Added module and called it DEPS Here you went wrong. configure does now check for DEPS but DEPS_CFLAGS and DEPS_LIBS is not included by automake. That's the problem of the "generic project" because it does not generate a default module like any other project type. To add the variables to your Makefile, click right on your target in the project management window, select Properties and add $(DEPS_LIBS) to the libraries input field. Then select the src directory -> properties and add DEPS_CFLAGS to the INCLUDES input field. If you use any other project type than generic you don't have to do this because there is a default modules <project_name> where you can add packages that will be automaticly included in th Makefiles. Regards, Johannes
Attachment:
signature.asc
Description: OpenPGP digital signature