summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2006-04-26 14:24:33 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2006-04-26 14:24:33 +0000
commit55a739f48a25bb4987bb1f9fe46633418551c23d (patch)
treea14509c41f5c1d253c4bae8b118b724bbea50118 /tests
parent681e871aee2aaa7ca2d0c98d1a4018a53029c945 (diff)
downloadlibgpod-tmz-55a739f48a25bb4987bb1f9fe46633418551c23d.tar.gz
libgpod-tmz-55a739f48a25bb4987bb1f9fe46633418551c23d.tar.xz
libgpod-tmz-55a739f48a25bb4987bb1f9fe46633418551c23d.zip
* 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
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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