summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2010-08-19 18:33:20 +0200
committerAleksander Morgado <aleksander@lanedo.com>2010-08-19 18:43:27 +0200
commit1a69d978a78c98c4b2f1b21ba18206c42392a232 (patch)
treee3112228b385275f6d167f70c62804a922049732
parent9ecc78e237309c758d21db6cb646cb423df8d9cc (diff)
downloadtracker-1a69d978a78c98c4b2f1b21ba18206c42392a232.tar.gz
Fix distcheck
-rw-r--r--configure.ac2
-rw-r--r--tests/functional-tests/common/Makefile.am2
-rw-r--r--utils/Makefile.am3
-rw-r--r--utils/data-generators/Makefile.am3
-rw-r--r--utils/data-generators/cc/Makefile.am21
5 files changed, 30 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 32058bc6e..0b68707ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1963,6 +1963,8 @@ AC_CONFIG_FILES([
utils/lyrics/Makefile
utils/playlists/Makefile
utils/services/Makefile
+ utils/data-generators/Makefile
+ utils/data-generators/cc/Makefile
examples/Makefile
examples/libtracker-extract/Makefile
examples/libtracker-miner/Makefile
diff --git a/tests/functional-tests/common/Makefile.am b/tests/functional-tests/common/Makefile.am
index 1c1cd02c4..d5b2a068d 100644
--- a/tests/functional-tests/common/Makefile.am
+++ b/tests/functional-tests/common/Makefile.am
@@ -5,3 +5,5 @@ SUBDIRS = utils
commondir = $(datadir)/tracker-tests/common
common_SCRIPTS = __init__.py
+
+EXTRA_DIST = $(common_SCRIPTS)
diff --git a/utils/Makefile.am b/utils/Makefile.am
index bec1ba288..e8c8bc7cd 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -4,4 +4,5 @@ SUBDIRS = \
gtk-sparql \
lyrics \
services \
- playlists
+ playlists \
+ data-generators
diff --git a/utils/data-generators/Makefile.am b/utils/data-generators/Makefile.am
new file mode 100644
index 000000000..11bfdc3e6
--- /dev/null
+++ b/utils/data-generators/Makefile.am
@@ -0,0 +1,3 @@
+include $(top_srcdir)/Makefile.decl
+
+SUBDIRS = cc \ No newline at end of file
diff --git a/utils/data-generators/cc/Makefile.am b/utils/data-generators/cc/Makefile.am
new file mode 100644
index 000000000..e61261aea
--- /dev/null
+++ b/utils/data-generators/cc/Makefile.am
@@ -0,0 +1,21 @@
+include $(top_srcdir)/Makefile.decl
+
+EXTRA_DIST = \
+ convert_data.pyc \
+ default.cfg \
+ gen_data.py \
+ generate \
+ __init__.py \
+ max.cfg \
+ mfo.py \
+ mlo.py \
+ mto.py \
+ ncal.py \
+ nco.py \
+ nfo.py \
+ nmm.py \
+ nmo.py \
+ ontology_prefixes.py \
+ tools.py \
+ tracker.py \
+ source-data