summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeif Lotfy <seif@lotfy.com>2013-01-07 18:14:32 +0100
committerSeif Lotfy <seif@lotfy.com>2013-01-07 18:14:32 +0100
commitc0ad69a4bbc98dbf2e6fa83800983b76c89d20c9 (patch)
treef3ad9e653b48d4223a43919af6cb31c0d812b2b5
parent0d160d7c7644660283352245c8f56c45aa9e5f1c (diff)
Fix build errors
-rw-r--r--configure.ac2
-rw-r--r--examples/c/Makefile.am6
2 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 0e141739..0ee830cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_SUBST(CPPFLAGS)
AC_SUBST(LDFLAGS)
GLIB_REQUIRED=2.26.0
-SQLITE_REQUIRED=3.7.14
+SQLITE_REQUIRED=3.7.11
VALADOC_REQUIRED=0.2
ZEITGEIST_REQUIRED="glib-2.0 >= $GLIB_REQUIRED
diff --git a/examples/c/Makefile.am b/examples/c/Makefile.am
index 43e692ba..0d165cb6 100644
--- a/examples/c/Makefile.am
+++ b/examples/c/Makefile.am
@@ -23,8 +23,7 @@ helper_sources = \
noinst_PROGRAMS = \
find-events \
monitor-events \
- search-events \
- get-events
+ search-events
find_events_SOURCES = find-events.c
find_events_LDADD = $(zeitgeist_libs)
@@ -34,6 +33,3 @@ monitor_events_LDADD = $(zeitgeist_libs)
search_events_SOURCES = search-events.c
search_events_LDADD = $(zeitgeist_libs)
-
-get_events_SOURCES = get-events.c
-get_events_LDADD = $(zeitgeist_libs)