summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStefano Candori <stefano.candori@gmail.com>2012-05-15 15:29:58 +0200
committerSeif Lotfy <seif.lotfy@collabora.co.uk>2012-06-14 22:11:12 +0200
commit77aa926a5969b213ac92d170d75afb1a7f01a643 (patch)
treec3b26abf3661ac9595b35866d41726b6c652fc00 /extensions
parent36985f8760cbbfb408f4bc8370ace12a72e1486d (diff)
downloadzeitgeist-77aa926a5969b213ac92d170d75afb1a7f01a643.tar.gz
Let's build Histogram extension
Signed-off-by: Seif Lotfy <seif.lotfy@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 060f36b8..f939ccf4 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -5,7 +5,7 @@ endif
NULL =
#extensionsdir = $(libdir)/zeitgeist/extensions
-noinst_LTLIBRARIES = ds-registry.la blacklist.la storage-monitor.la fts.la benchmark.la
+noinst_LTLIBRARIES = ds-registry.la blacklist.la storage-monitor.la fts.la benchmark.la histogram.la
AM_CPPFLAGS = \
$(ZEITGEIST_CFLAGS) \
@@ -72,6 +72,16 @@ benchmark_la_LDFLAGS = -module -avoid-version
benchmark_la_LIBADD = \
$(ZEITGEIST_LIBS) \
$(NULL)
+
+histogram_la_SOURCES = \
+ histogram.vala \
+ $(NULL)
+
+histogram_la_LDFLAGS = -module -avoid-version
+
+histogram_la_LIBADD = \
+ $(ZEITGEIST_LIBS) \
+ $(NULL)
distclean-local:
rm -f *.c *.o *.stamp *.~[0-9]~