summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-10-12 09:38:28 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-10-12 09:38:28 +0000
commit604835b65a815a3b0b0523736024095122a533af (patch)
tree7a10fa9bd5c01dcb232b756c0d186a4779718f36 /tests
parent77e058abb76f7cd58d027d68e5fc24a17378440e (diff)
downloadlibgpod-tmz-604835b65a815a3b0b0523736024095122a533af.tar.gz
libgpod-tmz-604835b65a815a3b0b0523736024095122a533af.tar.xz
libgpod-tmz-604835b65a815a3b0b0523736024095122a533af.zip
2005-10-12 Christophe Fergeau <teuf@gnome.org>
* configure.ac: * src/Makefile.am: * tests/Makefile.am: fix compilation when hal is available, needs to be tested on systems without hal git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1119 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0b7bfe6..70fe605 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -14,10 +14,8 @@ test_itdb_LDADD =
if HAVE_GDKPIXBUF
test_thumbnails_SOURCES = test-covers.c
-test_thumbnails_CFLAGS = $(GDKPIXBUF_CFLAGS) $(AM_CFLAGS)
-test_thumbnails_LDADD = $(GDKPIXBUF_LIBS)
+test_thumbnails_CFLAGS = $(AM_CFLAGS)
test_write_thumbnails_SOURCES = test-write-covers.c
-test_write_thumbnails_CFLAGS = $(GDKPIXBUF_CFLAGS) $(AM_CFLAGS)
-test_write_thumbnails_LDADD = $(GDKPIXBUF_LIBS)
+test_write_thumbnails_CFLAGS = $(AM_CFLAGS)
endif