[tracker/parser] Fix make distcheck
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker/parser] Fix make distcheck
- Date: Fri, 14 Aug 2009 13:38:20 +0000 (UTC)
commit 4c6f41cd67f6895a05bf3749b765da547fdf83ef
Author: Jürg Billeter <j bitron ch>
Date: Fri Aug 14 15:01:58 2009 +0200
Fix make distcheck
configure.ac | 1 +
po/POTFILES.in | 2 +-
python/Makefile.am | 2 +-
python/gtk-sparql/Makefile.am | 8 ++++++
tests/libtracker-data/algebra/Makefile.am | 38 ++++++++++++++++++++++++----
5 files changed, 43 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b8d776f..2a40912 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1397,6 +1397,7 @@ AC_CONFIG_FILES([
Makefile
po/Makefile.in
python/deskbar-handler/Makefile
+ python/gtk-sparql/Makefile
python/Makefile
src/libinotify/Makefile
src/libstemmer/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3552001..271e8f9 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -7,7 +7,7 @@ data/tracker-miner-fs.desktop.in.in
python/deskbar-handler/tracker-handler-static.py
python/deskbar-handler/tracker-handler.py
python/deskbar-handler/tracker-module.py
-python/gtk-sparql/gtk-sparql.ui
+[type: gettext/glade]python/gtk-sparql/gtk-sparql.ui
src/libtracker-common/tracker-dbus.c
src/libtracker-common/tracker-utils.c
src/libtracker-gtk/tracker-metadata-tile.c
diff --git a/python/Makefile.am b/python/Makefile.am
index 2fd5b0a..c4c48ec 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -1,4 +1,4 @@
include $(top_srcdir)/Makefile.decl
-SUBDIRS = deskbar-handler
+SUBDIRS = deskbar-handler gtk-sparql
diff --git a/python/gtk-sparql/Makefile.am b/python/gtk-sparql/Makefile.am
new file mode 100644
index 0000000..c14ebad
--- /dev/null
+++ b/python/gtk-sparql/Makefile.am
@@ -0,0 +1,8 @@
+include $(top_srcdir)/Makefile.decl
+
+EXTRA_DIST = \
+ Completion.py \
+ gtk-sparql.py \
+ gtk-sparql.ui \
+ store.py \
+ tracker_completion.py
diff --git a/tests/libtracker-data/algebra/Makefile.am b/tests/libtracker-data/algebra/Makefile.am
index e35c536..e3ea7cd 100644
--- a/tests/libtracker-data/algebra/Makefile.am
+++ b/tests/libtracker-data/algebra/Makefile.am
@@ -1,8 +1,34 @@
include $(top_srcdir)/Makefile.decl
-EXTRA_DIST = \
- data-1.ontology \
- data-1.ttl \
- filter-nested-1.out \
- filter-nested-1.rq
-
+EXTRA_DIST = \
+ data-1.ontology \
+ data-1.ttl \
+ data-2.ontology \
+ data-2.ttl \
+ filter-nested-1.out \
+ filter-nested-1.rq \
+ filter-nested-2.out \
+ filter-nested-2.rq \
+ filter-placement-1.out \
+ filter-placement-1.rq \
+ filter-placement-2.out \
+ filter-placement-2.rq \
+ filter-placement-3.out \
+ filter-placement-3.rq \
+ filter-scope-1.out \
+ filter-scope-1.rq \
+ opt-filter-3.ontology \
+ opt-filter-3.out \
+ opt-filter-3.rq \
+ opt-filter-3.ttl \
+ two-nested-opt-alt.out \
+ two-nested-opt-alt.rq \
+ two-nested-opt.ontology \
+ two-nested-opt.out \
+ two-nested-opt.rq \
+ two-nested-opt.ttl \
+ var-scope-join-1.ontology \
+ var-scope-join-1.out \
+ var-scope-join-1.rq \
+ var-scope-join-1.ttl
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]