From 55a739f48a25bb4987bb1f9fe46633418551c23d Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Wed, 26 Apr 2006 14:24:33 +0000 Subject: * 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. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1250 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 7 +++++++ tests/Makefile.am | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 76ec2e5..8bac87f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-04-26 Jorg Schuler + + * 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 * 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 -- cgit