--- tests/test-init-ipod.c.orig 2006-10-16 15:48:29.000000000 -0400 +++ tests/test-init-ipod.c 2006-10-16 15:48:44.000000000 -0400 @@ -26,7 +26,7 @@ #include "itdb.h" #include -#include +#include #include --- tests/Makefile.am.orig 2006-10-16 15:56:24.000000000 -0400 +++ tests/Makefile.am 2006-10-16 15:57:45.000000000 -0400 @@ -23,6 +23,8 @@ test_ls_SOURCES = test-ls.c test_ls_LDADD = +test_init_ipod_SOURCES = test-init-ipod.c + if HAVE_TAGLIB test_rebuild_db_SOURCES = test-rebuild-db.cc test_rebuild_db_LDADD = $(TAGLIB_LIBS) @@ -36,8 +38,6 @@ test_photos_SOURCES = test-photos.c test_photos_CFLAGS = $(AM_CFLAGS) -test_init_ipod_SOURCES = test-init-ipod.c - test_write_thumbnails_SOURCES = test-write-covers.c test_write_thumbnails_CFLAGS = $(AM_CFLAGS) endif