From: cedric Date: Fri, 15 Jan 2010 14:56:49 +0000 (+0000) Subject: * eet: Fix amalgamation. X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~395 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=944c053723c3012868860731711a19fdf739562e;p=profile%2Fivi%2Feet.git * eet: Fix amalgamation. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@45188 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/ChangeLog b/ChangeLog index 9d7a846..4848733 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 541c91e..5483507 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -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 " >> eet_amalgamation.c + @echo "# include " >> eet_amalgamation.c @echo "# include " >> eet_amalgamation.c @echo "# else" >> eet_amalgamation.c @echo "# include " >> eet_amalgamation.c