summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-06-27 20:43:28 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-06-27 20:43:28 (GMT)
commit192ee724a3478bb7d4aaebccbc1d18f9692fbb1a (patch)
treef3d83d2e26ae09f568cea8113ffa0be152f097d1 /lib/Makefile
parentc04df7e1b5fb1e4ffa796d2b3d2dea208f7116da (diff)
downloadlz4-192ee724a3478bb7d4aaebccbc1d18f9692fbb1a.zip
lz4-192ee724a3478bb7d4aaebccbc1d18f9692fbb1a.tar.gz
lz4-192ee724a3478bb7d4aaebccbc1d18f9692fbb1a.tar.bz2
Added namespace ability to xxhash
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 05260ca..02ddd3b 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -40,7 +40,7 @@ LIBVER=$(LIBVER_MAJOR).$(LIBVER_MINOR).$(LIBVER_PATCH)
DESTDIR?=
PREFIX ?= /usr/local
CFLAGS ?= -O3
-CFLAGS += -I. -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes -pedantic
+CFLAGS += -I. -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes -pedantic -DXXH_NAMESPACE=LZ4_
LIBDIR?= $(PREFIX)/lib
INCLUDEDIR=$(PREFIX)/include