summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-10 08:34:34 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-10 08:34:34 +0000
commitfd539669ab1db9e43154072e91100496d06ad49b (patch)
tree40a0bf871909c8a32c2fd12dd9e137dd960dc68b /src/Makefile.am
parent3d8f4d0e3b7df21b73051d99b5dc75e9961874c1 (diff)
downloadlibgpod-fd539669ab1db9e43154072e91100496d06ad49b.tar.gz
libgpod-fd539669ab1db9e43154072e91100496d06ad49b.tar.xz
libgpod-fd539669ab1db9e43154072e91100496d06ad49b.zip
Initial import
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1080 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..e0998fd
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,18 @@
+lib_LTLIBRARIES = libgpod.la
+
+libgpod_la_SOURCES = \
+ itdb.h \
+ itdb_itunesdb.c \
+ itdb_playlist.c \
+ itdb_private.h \
+ itdb_track.c
+libgpod_la_headers = itdb.h
+libgpod_la_noinst_headers = itdb_private.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)