summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-19 10:30:50 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-19 10:30:50 +0000
commitdc2da0c9b04eefb386a07de898b42a721e594ace (patch)
treeb98944ba47d504e70fdb04bf7f858c7be365b4d7 /src/Makefile.am
parent20c90288c0bc0ba8eeceff32c2b8cc8803234ea9 (diff)
* applied patch provided by Christophe Fergeau <teuf at gnome.org>
for artwork database support (read-only). git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1093 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e0998fd..1a46d92 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,17 @@ libgpod_la_SOURCES = \
itdb_itunesdb.c \
itdb_playlist.c \
itdb_private.h \
- itdb_track.c
+ itdb_track.c \
+ db-artwork-parser.c \
+ db-artwork-parser.h \
+ db-parse-context.c \
+ db-parse-context.h \
+ db-artwork-debug.c \
+ db-artwork-debug.h \
+ db-image-parser.c \
+ db-image-parser.h
+
+
libgpod_la_headers = itdb.h
libgpod_la_noinst_headers = itdb_private.h
libgpod_la_LDFLAGS = -version-info $(LIBGPOD_CURRENT):$(LIBGPOD_REVISION):$(LIBGPOD_AGE) \