let's put a README into the lz4 support in eet.

SVN revision: 71489
This commit is contained in:
Carsten Haitzler 2012-05-29 05:06:21 +00:00
parent 995e8c338f
commit 2f22b87756
2 changed files with 9 additions and 1 deletions

View File

@ -23,6 +23,7 @@ includesdir = $(includedir)/eet-@VMAJ@
lib_LTLIBRARIES = libeet.la
libeet_la_SOURCES = \
Eet_private.h \
eet_alloc.c \
eet_lib.c \
eet_data.c \
@ -41,7 +42,7 @@ libeet_la_CFLAGS = @EET_CFLAGS@ @DEBUG_CFLAGS@
libeet_la_LIBADD = @GNUTLS_LIBS@ @OPENSSL_LIBS@ @EFL_COVERAGE_LIBS@ @EET_LIBS@ @EINA_LIBS@ @EVIL_LIBS@ -lz -ljpeg -lm
libeet_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -version-info @version_info@ @release_info@
EXTRA_DIST = Eet_private.h
EXTRA_DIST = lz4/README
clean-local:
@rm -rf *.gcno eet_amalgamation.c

View File

@ -0,0 +1,7 @@
This iz the lz4 tree copied in:
http://lz4.googlecode.com/svn/trunk
by:
yann.collet.73@gmail.com
Copyright/licensing info in source files here.
this was from revsion 66.