[build] pulling in change from parser-data that allows user to pass CFLAGS
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
CFLAGS = -I/usr/local/include -O2 -Wall -Wextra -Wfloat-equal -Wshadow -Wpointer-arith -Werror -pedantic
|
||||
CFLAGS_CONF = @CFLAGS@
|
||||
CFLAGS = -I/usr/local/include -O2 -Wall -Wextra -Wfloat-equal -Wshadow -Wpointer-arith -Werror -pedantic $(CFLAGS_CONF)
|
||||
|
||||
noinst_LTLIBRARIES = libsparkey.la
|
||||
libsparkey_la_SOURCES = endiantools.h hashheader.h logheader.h \
|
||||
@@ -7,4 +8,4 @@ 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
|
||||
libsparkey_la_LDFLAGS = -L/usr/local/lib
|
||||
libsparkey_la_LDFLAGS = -L/usr/local/lib
|
||||
|
||||
Reference in New Issue
Block a user