diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-10-12 09:38:28 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-10-12 09:38:28 +0000 |
| commit | f0b24d3cae16d5c184357ac5554fcbebf1515bff (patch) | |
| tree | 7a10fa9bd5c01dcb232b756c0d186a4779718f36 /tests | |
| parent | 0cab5dab629bd69979085b3d671396f8cecff018 (diff) | |
| download | libgpod-f0b24d3cae16d5c184357ac5554fcbebf1515bff.tar.gz libgpod-f0b24d3cae16d5c184357ac5554fcbebf1515bff.tar.xz libgpod-f0b24d3cae16d5c184357ac5554fcbebf1515bff.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.am | 6 |
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 |
