summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2006-10-02 13:16:28 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2006-10-02 13:16:28 +0000
commit0459df642197582b46c5c5288e0bf23d633221df (patch)
tree438e4ac30243dac96ede0df1ba53c8c7c60cd3d8 /tests
parentfa06b82ef9406f713bfb633d2d303978c28453fc (diff)
downloadlibgpod-tmz-0459df642197582b46c5c5288e0bf23d633221df.tar.gz
libgpod-tmz-0459df642197582b46c5c5288e0bf23d633221df.tar.xz
libgpod-tmz-0459df642197582b46c5c5288e0bf23d633221df.zip
* 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
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am5
-rw-r--r--tests/test-init-ipod.c2
2 files changed, 4 insertions, 3 deletions
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 <locale.h>
-#include <gdk-pixbuf/gdk-pixbuf.h>
+#include <glib-object.h>
#include <glib/gi18n-lib.h>