Hi. I cloned the latest git tree, checked out v2.8.2 and made sure I could build it correctly. Then I created a new branch, in which I added a single .c file in its own directory, as well as a .h file in the src/include directory. I've been trying to modify various CMakeLists.txt files to try to get it built. Although it gets compiled, when the final link happens for ganesha.nfsd, the symbols from my .c file are not found. I can get around this by adding my .c.o compiled file at the beginning of the compile line, but I'd like to know how to get this to link properly. I tried following the way FSAL and idmapper are built without success. Advice appreciated. Thanks.

-Jeff