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
commit1bdf691f8f1ee181089d0e1fb42681e5346e8783 (patch)
tree7a10fa9bd5c01dcb232b756c0d186a4779718f36 /tests
parent0057ef9059d368c2e7eb34eba3660a062813223a (diff)
downloadlibgpod-1bdf691f8f1ee181089d0e1fb42681e5346e8783.tar.gz
libgpod-1bdf691f8f1ee181089d0e1fb42681e5346e8783.tar.xz
libgpod-1bdf691f8f1ee181089d0e1fb42681e5346e8783.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