* eet: Fix amalgamation.

SVN revision: 45188
This commit is contained in:
Cedric BAIL 2010-01-15 14:56:49 +00:00
parent 3cbf825501
commit 171f07e158
2 changed files with 5 additions and 1 deletions

View File

@ -301,3 +301,7 @@
* Rewrite Eet_Data. Now you can do list/hash/array of strings and all
the test suite is passing.
* Add eet_data_node_decode_cipher and eet_data_node_read_cipher.
2010-01-15 Cedric BAIL
* Fix amalgamation.

View File

@ -112,7 +112,7 @@ eet_amalgamation.c: $(base_sources) Makefile
@echo "#ifdef HAVE_CIPHER" >> eet_amalgamation.c
@echo "# ifdef HAVE_GNUTLS" >> eet_amalgamation.c
@echo "# include <gnutls/x509..h>" >> eet_amalgamation.c
@echo "# include <gnutls/x509.h>" >> eet_amalgamation.c
@echo "# include <gcrypt.h>" >> eet_amalgamation.c
@echo "# else" >> eet_amalgamation.c
@echo "# include <openssl/evp.h>" >> eet_amalgamation.c