summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Sinha <manishsinha@ubuntu.com>2013-03-15 18:47:15 -0700
committerManish Sinha <manishsinha@ubuntu.com>2013-03-15 18:47:15 -0700
commit1f9052fa95624382eb5187dd36d5e13ff78a65fe (patch)
treeb07ab6daded0756f441644f3b26946b5c9ba75c4
parent013e2f4e5ec27301d30bd8412f2374976f2f81ab (diff)
downloadzeitgeist-1f9052fa95624382eb5187dd36d5e13ff78a65fe.tar.gz
Fixed the datahub/Makefile.am to make sure that glib-extra.vapi is being copied properly
Also added data/zeitgeist-datahub.desktop.in in po/POTFILES.in so that it can be translated
-rw-r--r--.gitignore3
-rw-r--r--datahub/Makefile.am3
-rw-r--r--po/POTFILES.in2
3 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f368ef2c..a3e1542e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+*.tar.xz
+*~
codeblocks.cbp
codeblocks.layout
INSTALL
@@ -92,6 +94,7 @@ doc/libzeitgeist/gtkdoc
*.vapi
*.gir
*.typelib
+*.asc
test/c/test-datasource
test/c/test-event
test/c/test-log
diff --git a/datahub/Makefile.am b/datahub/Makefile.am
index c6a1bbc4..931f4603 100644
--- a/datahub/Makefile.am
+++ b/datahub/Makefile.am
@@ -18,7 +18,7 @@ AM_VALAFLAGS = \
$(top_builddir)/libzeitgeist/zeitgeist-datamodel-2.0.vapi \
$(top_builddir)/libzeitgeist/zeitgeist-2.0.vapi \
$(top_srcdir)/config.vapi \
- $(srcdir)/glib-extra.vapi \
+ $(top_srcdir)/datahub/glib-extra.vapi \
-C \
$(NULL)
@@ -35,6 +35,7 @@ zeitgeist_datahub_VALASOURCES = \
recent-manager-provider.vala \
utils.vala \
zeitgeist-datahub.vala \
+ glib-extra.vapi \
$(NULL)
if ENABLE_TELEPATHY
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 477bab4e..48d43988 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -3,4 +3,4 @@
src/zeitgeist-daemon.vala
tools/zeitgeist-explorer/details.py
tools/zeitgeist-explorer/ontology.py
-
+data/zeitgeist-datahub.desktop.in