miner6@miner6:~/src/cgminer-2.0.7$ ll /home/miner6/AMD-APP-SDK-v2.4-lnx64/include
total 136
drwxr-xr-x 6 miner6 miner6 4096 2011-10-14 01:54 ./
drwxr-xr-x 9 miner6 miner6 4096 2011-03-29 02:06 ../
-rwxr-xr-x 1 miner6 miner6 46337 2011-10-14 01:54 adl_defines.h*
-rwxr-xr-x 1 miner6 miner6 950 2011-10-14 01:54 adl_sdk.h*
-rwxr-xr-x 1 miner6 miner6 60545 2011-10-14 01:54 adl_structures.h*
drwxr-xr-x 2 miner6 miner6 4096 2011-03-29 02:06 CAL/
drwxr-xr-x 2 miner6 miner6 4096 2011-03-29 02:06 CL/
drwxr-xr-x 2 miner6 miner6 4096 2011-03-29 02:06 GL/
drwxr-xr-x 2 miner6 miner6 4096 2011-03-29 02:06 OVDecode/
Still not found unless they go somewhere else. Don't know what you mean about the correction to documentation if not corrected won't even configure.
The ADL header files go into the "ADL_SDK" directory in the main source directory.
miner6@miner6:~/src/cgminer-2.0.7$ CFLAGS="-O2 -Wall -march=native -I/home/miner6/AMD-APP-SDK-v2.4-lnx64/include>" LDFLAGS="-L/home/miner6/AMD-APP-SDK-v2.4-lnx64/lib/x86_64> ./configure
>
You have to CTRL + C to get out of it to put the " on the end to get a configure.
I found that I don't have to add the paths at all when I use the .debs provided in http://forums.amd.com/forum/messageview.cfm?catid=390&threadid=125792. With those, my command line is simply:
> CFLAGS="-O2 -Wall -march=native" ./configure