summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-05-30 12:00:21 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-05-30 12:00:21 +0000
commit41b8f76adc1dd093985d544c15381a5d62066e7f (patch)
tree15322f7006e27473d2c0c69b2d891f26c66cde67 /src/Makefile.am
parent689d2b23e704b256e6d5d350ec5e6a4bd131fef3 (diff)
downloadlibgpod-41b8f76adc1dd093985d544c15381a5d62066e7f.tar.gz
libgpod-41b8f76adc1dd093985d544c15381a5d62066e7f.tar.xz
libgpod-41b8f76adc1dd093985d544c15381a5d62066e7f.zip
* src/Makefile.am:
* src/db-artwork-parser.c: * src/db-artwork-writer.c: * src/db-image-parser.c: * src/db-image-parser.h: * src/itdb.h: * src/itdb_artwork.c: * src/itdb_device.h: * src/itdb_photoalbum.c: * src/itdb_track.c: * src/ithumb-writer.c: * tests/test-covers.c: * tests/test-photos.c: rework Itdb_Thumb type. Now it's split into different subtypes depending on what it represents (GdkPixbuf, thumbnail read from the ipod, ...). Itdb_Artwork now contains only a pointer to a single Itdb_Thumb (it used to contain a GList * of Itdb_Thumb) since the only time when the list is useful is for thumbs read from the ipod. Using a list for the other types of thumbnails created some complications when trying to set art on an Itdb_Track that wasn't attached to an Itdb_iTunesDB. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1991 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 89851f9..49260f5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,6 +15,7 @@ libgpod_la_SOURCES = \
itdb_plist.c \
itdb_sha1.c \
itdb_sysinfo_extended_parser.c \
+ itdb_thumb.c \
itdb_track.c \
ithumb-writer.c \
pixmaps.c \
@@ -37,6 +38,7 @@ noinst_HEADERS = \
itdb_private.h \
itdb_sha1.h \
itdb_sysinfo_extended_parser.h \
+ itdb_thumb.h \
pixmaps.h \
sha1.h