diff options
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0a3db65..e0fbe33 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,34 +1,38 @@ lib_LTLIBRARIES = libgpod.la libgpod_la_SOURCES = \ + db-artwork-debug.c \ + db-artwork-debug.h \ + db-artwork-parser.c \ + db-artwork-parser.h \ + db-artwork-writer.c \ + db-image-parser.c \ + db-image-parser.h \ + db-itunes-parser.h \ + db-parse-context.c \ + db-parse-context.h \ + glib-compat.h \ itdb.h \ itdb_artwork.c \ + itdb_device.c \ + itdb_device.h \ + itdb_endianness.h \ itdb_itunesdb.c \ + itdb_photoalbum.c \ itdb_playlist.c \ itdb_private.h \ - itdb_photoalbum.c \ + itdb_sha1.c \ + itdb_sha1.h \ + itdb_sysinfo.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 \ - db-itunes-parser.h \ - db-artwork-writer.c \ ithumb-writer.c \ - itdb_device.c \ - itdb_device.h \ - itdb_endianness.h \ pixmaps.c \ pixmaps.h \ - glib-compat.h + sha1.c libgpod_la_headers = itdb.h -libgpod_la_noinst_headers = itdb_private.h hal-common.h +libgpod_la_noinst_headers = itdb_private.h hal-common.h sha1.h itdb-sha1.h libgpod_la_LDFLAGS = -version-info $(LIBGPOD_SO_VERSION) -no-undefined libgpodincludedir = $(includedir)/gpod-1.0/gpod |
