diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-01-09 13:31:14 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-01-09 13:31:14 +0000 |
| commit | 9b7f98b1656e72b89926f8a9a6066fb132e1f83c (patch) | |
| tree | 4881fc1d1d74423e92643d6ab976ba0b465254cd /src/Makefile.am | |
| parent | 31b37f8c14e51e1ac42b66628afad95564e5d739 (diff) | |
| download | libgpod-9b7f98b1656e72b89926f8a9a6066fb132e1f83c.tar.gz libgpod-9b7f98b1656e72b89926f8a9a6066fb132e1f83c.tar.xz libgpod-9b7f98b1656e72b89926f8a9a6066fb132e1f83c.zip | |
* src/pixmaps.c
src/pixmaps.h: New files containing last-resort pixmap in case
thumbnail/photo could not be added. Will not produce code
if the gdk-pixubf library is not present.
* src/ithumb-writer.c: use above pixmap instead of red canvas.
* src/Makefile.am: added pixmaps.[ch]
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1352 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5b497f3..0a3db65 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,8 @@ libgpod_la_SOURCES = \ itdb_device.c \ itdb_device.h \ itdb_endianness.h \ + pixmaps.c \ + pixmaps.h \ glib-compat.h |
