diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-04-05 14:10:38 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-04-05 14:10:38 +0000 |
| commit | c9603e8db52394b4d85202ee20f7d045218e4a38 (patch) | |
| tree | 10b41469d88eb359c88c26d348699cbbea803c30 /Makefile.am | |
| parent | 5ddf71b7d312e116187d3d462af7d03b7be2340a (diff) | |
2006-04-03 Jorg Schuler <jcsjcs at users.sourceforge.net>
* itdb.h: flag1 -> has_artwork
* itdb_track.c: (itdb_track_set_thumbnails,
itdb_remove_thumbnails) set has_artwork flag correctly.
2006-04-01 Jorg Schuler <jcsjcs at users.sourceforge.net>
* itdb.h: unk178 -> mark_unplayed
* itdb_itunesdb.c: reset the mark_unplayed flag when playcount is
detected.
2006-03-31 Jorg Schuler <jcsjcs at users.sourceforge.net>
* po/es.po: replaced with version from Alejandro Lamas who
maintains the gtkpod translation as well.
2006-03-29 Jorg Schuler <jcsjcs at users.sourceforge.net>
* itunesdb.c: set filetype identifier when transfering track to
the iPod.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1227 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index cdee804..7af1838 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,13 @@ -SUBDIRS=src tests po +SUBDIRS=src tests po bindings m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libgpod-1.0.pc -# the bindings/ below are just a hack until a better way is found EXTRA_DIST = \ intltool-merge.in \ intltool-update.in \ intltool-extract.in \ - libgpod-1.0.pc.in \ - bindings/python/examples/play.py \ - bindings/python/examples/tag-genre-from-audioscrobber.py \ - bindings/python/Makefile \ - bindings/python/gpod.i + libgpod-1.0.pc.in DISTCLEANFILES = \ |
