[build] Adding /usr/local/lib and /usr/local/include to sparkey build

This commit is contained in:
Al
2015-12-28 16:56:10 -05:00
parent 508459a9f9
commit d0b5985cb7
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
CFLAGS = -O2 -Wall -Wextra -Wfloat-equal -Wshadow -Wpointer-arith -Werror -pedantic
noinst_LTLIBRARIES = libsparkey.la
libsparkey_la_SOURCES = endiantools.h hashheader.h logheader.h \
@@ -6,4 +5,6 @@ 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
sparkey-internal.h
libsparkey_la_CFLAGS = -I/usr/local/include -O2 -Wall -Wextra -Wfloat-equal -Wshadow -Wpointer-arith -Werror -pedantic
libsparkey_la_LDFLAGS = -L/usr/local/lib