diff options
author | Guillaume Friloux <guillaume.friloux@gmail.com> | 2013-12-23 16:38:21 +0100 |
---|---|---|
committer | Guillaume Friloux <guillaume.friloux@gmail.com> | 2013-12-23 16:38:21 +0100 |
commit | ee723d9fd84c80c1abb8997c470f7f39d43b723c (patch) | |
tree | 79404cd4d8bc8b3b01d38f4db5ed4e6d4befd620 /configure.ac | |
parent | 9e41d430b72960267fcf412ac885f5c47e745687 (diff) |
Add libstore that will take care of sending json data to elasticsearch
server.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 841cb74..0c0c1c2 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -48,7 +48,7 @@ doc/Makefile | |||
48 | ]) | 48 | ]) |
49 | 49 | ||
50 | build_libs= | 50 | build_libs= |
51 | LIBS_REQUIRES="eina ecore eio" | 51 | LIBS_REQUIRES="eina ecore ecore-con eio" |
52 | PKG_CHECK_MODULES(LIBS, [$LIBS_REQUIRES], [build_libs=yes], [build_libs=no]) | 52 | PKG_CHECK_MODULES(LIBS, [$LIBS_REQUIRES], [build_libs=yes], [build_libs=no]) |
53 | 53 | ||
54 | build_smman= | 54 | build_smman= |