summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--tests/Makefile.am2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 76ec2e5..8bac87f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-04-26 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * tests/Makefile.am: removed 'test-rebuild-db' from
+ 'noinst_PROGRAM' declaration (bug reported by Jens
+ Taprogge). 'test-rebuild-db' is only added when the taglib is
+ detected.
+
2006-04-12 Christophe Fergeau <teuf@gnome.org>
* tests/test-rebuild-db.cc: forgot to propagate a GError
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 62ea218..651f41a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,7 +10,7 @@ else
TESTTAGLIB=
endif
-noinst_PROGRAMS=test-itdb test-ls test-rebuild-db $(TESTTHUMBS) $(TESTTAGLIB)
+noinst_PROGRAMS=test-itdb test-ls $(TESTTHUMBS) $(TESTTAGLIB)
INCLUDES=$(LIBGPOD_CFLAGS) -I$(top_srcdir)/src -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
LIBS=$(LIBGPOD_LIBS) $(top_builddir)/src/libgpod.la