This is a follow-on to #17. libjeffpc itself knows how to find rpc/rpc.h and the library containing xdr_* functions, but the consumers have no idea.
To make matters worse, libjeffpc/uuid.h includes rpc/rpc.h. So, every consumer than includes uuid.h must ensure that the file is present in one of the include directories.