From 6c287f0f7fe8e4f0a7557a8150975ad047c80afc Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Mon, 2 Oct 2006 13:33:43 +0000 Subject: Further simplification of * tests/Makefile.am tests/test-init-ipod.c: fix compilation error when building with --disable-gdk-pixbuf. Thanks to David Philippi and Christophe Fergeau. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1327 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- tests/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index bb8dfa5..0649864 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,9 +23,6 @@ test_itdb_LDADD = test_ls_SOURCES = test-ls.c test_ls_LDADD = -test_init_ipod_SOURCES = test-init-ipod.c -test_init_ipod_LDADD = - if HAVE_TAGLIB test_rebuild_db_SOURCES = test-rebuild-db.cc test_rebuild_db_LDADD = $(TAGLIB_LIBS) -- cgit