Update of /cvsroot/gtkpod/libgpod/tests
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15533/tests
Modified Files:
Makefile.am test-init-ipod.c
Log Message:
* tests/Makefile.am
tests/test-init-ipod.c: fix compilation error when building with
--disable-gdk-pixbuf. Thanks to David Philippi and Christophe
Fergeau.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/tests/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.am 30 May 2006 14:09:44 -0000 1.9
+++ Makefile.am 2 Oct 2006 13:16:28 -0000 1.10
@@ -23,6 +23,9 @@
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_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
Index: test-init-ipod.c
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/tests/test-init-ipod.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- test-init-ipod.c 30 May 2006 14:09:44 -0000 1.2
+++ test-init-ipod.c 2 Oct 2006 13:16:28 -0000 1.3
@@ -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>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2