zrlio / softiwarp

SoftiWARP: Software iWARP kernel driver and user library for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make distcheck fails for userlib

patrickmacarthur opened this issue · comments

I am trying to build a tarball so I can make an RPM using the included spec file, but make distcheck fails, since the siw_user.h file does not get included in the tarball.

I don't know of an easy solution to this. I think it may be easier to put siw_user.h under something like userlib/include and then include that directory from the kernel build directory? An alternative may be to embed the kernel module directory into the userlib autotools build system, although that comes with its own issues (i.e., kernel build system won't build out-of-tree but autotools expects to be able to do that).