* eet: Fix amalgamation.
authorcedric <cedric>
Fri, 15 Jan 2010 14:56:49 +0000 (14:56 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 15 Jan 2010 14:56:49 +0000 (14:56 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@45188 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
src/lib/Makefile.am

index 9d7a846..4848733 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * 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.
index 541c91e..5483507 100644 (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