diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-09-22 18:16:50 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-09-22 18:16:50 +0000 |
| commit | a0b713da025da8d0a44af6ad2e81f7f1830fecc8 (patch) | |
| tree | dd5f9c7eb78249d02e1a80a8a7447c2bcc0fd4c9 /tests/Makefile.am | |
| parent | 87374282cb3848b0c26af89cdffff86002928196 (diff) | |
| download | libgpod-a0b713da025da8d0a44af6ad2e81f7f1830fecc8.tar.gz libgpod-a0b713da025da8d0a44af6ad2e81f7f1830fecc8.tar.xz libgpod-a0b713da025da8d0a44af6ad2e81f7f1830fecc8.zip | |
* applied Christophe Fergeau's patch which adds cover art writing
support to libgpod -> bump to version 104
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1098 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8875c65..16d9214 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ if HAVE_GDKPIXBUF -TESTTHUMBS=test-thumbnails +TESTTHUMBS=test-thumbnails test-write-thumbnails else TESTTHUMBS= endif @@ -16,4 +16,8 @@ if HAVE_GDKPIXBUF test_thumbnails_SOURCES = test-covers.c test_thumbnails_CFLAGS = $(GDKPIXBUF_CFLAGS) $(AM_CFLAGS) test_thumbnails_LDADD = $(top_builddir)/src/libgpod.la $(GDKPIXBUF_LIBS) + +test_write_thumbnails_SOURCES = test-write-covers.c +test_write_thumbnails_CFLAGS = $(GDKPIXBUF_CFLAGS) $(AM_CFLAGS) +test_write_thumbnails_LDADD = $(top_builddir)/src/libgpod.la $(GDKPIXBUF_LIBS) endif |
