diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 00000000..f963effe --- /dev/null +++ b/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = src \ No newline at end of file diff --git a/src/sparkey/Makefile.am b/src/sparkey/Makefile.am new file mode 100644 index 00000000..fafa4c18 --- /dev/null +++ b/src/sparkey/Makefile.am @@ -0,0 +1,9 @@ +CFLAGS = -O2 -Wall -Wextra -Wfloat-equal -Wshadow -Wpointer-arith -Werror -pedantic + +noinst_LTLIBRARIES = libsparkey.la +libsparkey_la_SOURCES = endiantools.h hashheader.h logheader.h \ +MurmurHash3.h buf.c hashalgorithms.c hashiter.c hashwriter.c \ +logreader.c returncodes.c util.c buf.h hashalgorithms.h hashiter.h \ +sparkey.h util.h endiantools.c \ +hashheader.c hashreader.c logheader.c logwriter.c MurmurHash3.c \ +sparkey-internal.h \ No newline at end of file