diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-02 17:28:05 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-02 17:28:05 +0200 |
commit | ace5e90b3dbc33f0fc34ac2f3dc40d3c990a6a11 (patch) | |
tree | 0b5cda436e04ee29efb5220da5634d04455c65c0 /lzo/B/generic/Makefile | |
parent | 78172a10165a969b8c002b6bdcf9dc47fa6cd5f3 (diff) |
Update lzo version
Diffstat (limited to 'lzo/B/generic/Makefile')
-rw-r--r-- | lzo/B/generic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lzo/B/generic/Makefile b/lzo/B/generic/Makefile index 88caf3a2..acddb04e 100644 --- a/lzo/B/generic/Makefile +++ b/lzo/B/generic/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2008 Markus F.X.J. Oberhumer +# Copyright (C) 1996-2011 Markus F.X.J. Oberhumer # # this is modelled after build.sh; needs GNU make 3.80 or better @@ -14,7 +14,7 @@ AR ?= ar CC ?= cc CFLAGS ?= -O -CFI = -I$(top_srcdir)/include -I$(top_srcdir) +CFI = -I$(top_srcdir)/include -I$(top_srcdir) -I$(top_srcdir)/src BNAME = lzo2 BLIB = lib$(BNAME).a |