diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-02 13:22:11 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-02 13:22:11 +0000 |
| commit | 1e6147b63567fd2c0f424dda4a05323b21991f03 (patch) | |
| tree | d85a51229542eb10156c2880c307fff9ff4444ab /src/Makefile.am | |
| parent | 88f9ebce8c86fb6bb1c451973b47f045ce9fa079 (diff) | |
| download | libgpod-1e6147b63567fd2c0f424dda4a05323b21991f03.tar.gz libgpod-1e6147b63567fd2c0f424dda4a05323b21991f03.tar.xz libgpod-1e6147b63567fd2c0f424dda4a05323b21991f03.zip | |
* Makefile.am: added bindings/... to EXTRA_DIST
* src/itdb.h, src/itdb_playlist.h, src/itdb_private.h: made enum
ItdbPlType and enum ItdbPlFlag private and introduced
itdb_playlist_set_mpl/_podcast() in addition to the existing
itdb_playlist_is_mpl/_podcast() which make the public enums
unecessary.
* bumped to version 107
* src/ithumb-writer.c: itdb_write_ithumb_files (): commented out
g_print() statement as this produced an empty line in gtkpod's
warning window.
* src/Makefile.am: GDKPIXPUF dependency solved inside source files
-- db-artwork-writer-dummy.c no longer required. Now compiles
with and without gdkpixbuf.
* configure.ac: fixed error in AC_DEFINE_UNQUOTED(HAVE_GDKPIXBUF).
* tests/test-covers.c: attached Flavio Stanchina size-patch
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1112 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ee75854..dff33d4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,9 +1,4 @@ lib_LTLIBRARIES = libgpod.la -if HAVE_GDKPIXBUF -ARTWORKDB_WRITER_FILES= db-artwork-writer.c ithumb-writer.c -else -ARTWORKDB_WRITER_FILES= db-artwork-writer-dummy.c -endif libgpod_la_SOURCES = \ itdb.h \ @@ -19,7 +14,8 @@ libgpod_la_SOURCES = \ db-artwork-debug.h \ db-image-parser.c \ db-image-parser.h \ - $(ARTWORKDB_WRITER_FILES) + db-artwork-writer.c \ + ithumb-writer.c libgpod_la_headers = itdb.h |
