From 7aad76bd2948505abad5d00fbb98bbbb45500e29 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Mon, 2 Oct 2006 13:16:28 +0000 Subject: * 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@1325 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 7 +++++++ tests/Makefile.am | 5 +++-- tests/test-init-ipod.c | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8b7217f..0258328 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-10-02 Jorg Schuler + + * tests/Makefile.am + tests/test-init-ipod.c: fix compilation error when building with + --disable-gdk-pixbuf. Thanks to David Philippi and Christophe + Fergeau. + 2006-09-26 Jorg Schuler * po/sv.po: updated version by Stefan Asserhall diff --git a/tests/Makefile.am b/tests/Makefile.am index 4aa7bc5..bb8dfa5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,6 +23,9 @@ 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) @@ -36,8 +39,6 @@ test_thumbnails_CFLAGS = $(AM_CFLAGS) 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 diff --git a/tests/test-init-ipod.c b/tests/test-init-ipod.c index 809afcd..0bd6647 100644 --- a/tests/test-init-ipod.c +++ b/tests/test-init-ipod.c @@ -26,7 +26,7 @@ #include "itdb.h" #include -#include +#include #include -- cgit