andikleen / spooky-c

A C version of Bob Jenkins' spooky hash
38 stars 7 forks source link

autoconfiscate the repo #3

Closed jtlayton closed 9 years ago

jtlayton commented 9 years ago

Hi Andi,

I have some interest in getting this packaged up and added to Fedora. I could try to hand-hack the Makefile to do a make install target and to turn this into a real library, but I think that it's just simpler to do this with autoconf/automake/libtool. Would you be amenable to merging this patch in order to make that possible?

Thanks...

8<---------------------------------------------

This makes it easy to build this code into a static or shared library, and to handle installation of the header file.

Signed-off-by: Jeff Layton jeff.layton@primarydata.com

jtlayton commented 9 years ago

Closing this pull request, as I think we'd be better off making testspooky-c part of the TESTS instead of an installable binary.