summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: dfc0a66b0a8000df78d99074656be1c95abfc36f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
lib_LTLIBRARIES = libgpod.la

libgpod_la_SOURCES = \
	itdb.h           \
	itdb_artwork.c   \
	itdb_itunesdb.c  \
	itdb_playlist.c  \
	itdb_private.h   \
	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 \
	ipod-device.c \
	ipod-device.h \
	hal-common.c \
	hal-common.h \
	glib-compat.h


libgpod_la_headers = itdb.h ipod-device.h
libgpod_la_noinst_headers = itdb_private.h hal-common.h
libgpod_la_LDFLAGS = -version-info $(LIBGPOD_CURRENT):$(LIBGPOD_REVISION):$(LIBGPOD_AGE) \
        -no-undefined

libgpodincludedir = $(includedir)/gpod-1.0/gpod
libgpodinclude_HEADERS = $(libgpod_la_headers)

INCLUDES=$(LIBGPOD_CFLAGS)
LIBS=$(LIBGPOD_LIBS)