diff options
| author | Christophe Fergeau <teuf@gnome.org> | 2005-09-10 08:34:34 +0000 |
|---|---|---|
| committer | Christophe Fergeau <teuf@gnome.org> | 2005-09-10 08:34:34 +0000 |
| commit | 0ab16882c390a86d28e26475b4a5e103e1e1c928 (patch) | |
| tree | 40a0bf871909c8a32c2fd12dd9e137dd960dc68b /src/Makefile.am | |
| parent | e0b984b1f54de9ecd6bbf5b3f0e31e8677de3d54 (diff) | |
| download | libgpod-0ab16882c390a86d28e26475b4a5e103e1e1c928.tar.gz libgpod-0ab16882c390a86d28e26475b4a5e103e1e1c928.tar.xz libgpod-0ab16882c390a86d28e26475b4a5e103e1e1c928.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.am | 18 |
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) |
