diff options
author | Srivardhan Hebbar <sri.hebbar@samsung.com> | 2015-11-09 15:52:11 -0800 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-11-09 15:52:15 -0800 |
commit | e5a9c7844fafce44105e064a1733dcb00cb46d5f (patch) | |
tree | 1cd7da56e257ddc28f8801a9e17d1e0ad60319be /Makefile.am | |
parent | b9913d52e81e3e7fe0d50268a3bfd259d1d9de9f (diff) |
ecore_con: add http_parser static lib.
Summary:
This lib would be used in efl_network_websocket.
Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric
Reviewed By: cedric
Differential Revision: https://phab.enlightenment.org/D3244
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 56c298cb0b..c1d0a84300 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -61,6 +61,7 @@ licenses/COPYING.GPL \ | |||
61 | licenses/COPYING.BSD \ | 61 | licenses/COPYING.BSD \ |
62 | licenses/COPYING.SMALL \ | 62 | licenses/COPYING.SMALL \ |
63 | licenses/COPYING.FTL \ | 63 | licenses/COPYING.FTL \ |
64 | licenses/COPYING.NGINX-MIT \ | ||
64 | old/ChangeLog.ecore \ | 65 | old/ChangeLog.ecore \ |
65 | old/ChangeLog.edje \ | 66 | old/ChangeLog.edje \ |
66 | old/ChangeLog.eet \ | 67 | old/ChangeLog.eet \ |