diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-10-09 16:27:46 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-10-09 16:27:46 +0000 |
| commit | 8dae45f08560545898efacce820b82b82aa94969 (patch) | |
| tree | 380208d30975c2562189c0f518c48f1db55b3584 /src/Makefile.am | |
| parent | 23786b83a4b87815083934f61636a6f63fb35046 (diff) | |
| download | libgpod-8dae45f08560545898efacce820b82b82aa94969.tar.gz libgpod-8dae45f08560545898efacce820b82b82aa94969.tar.xz libgpod-8dae45f08560545898efacce820b82b82aa94969.zip | |
* bindings/python/gpod.i: applied Kelvin Lawson's patch to query
integers.
* src/ipod-device.[ch],hal-common.[ch],Makefile.am: code ported
from libipoddevice to retrieve information about the iPod
without libhal dependence.
* tests/test-ipod-device.c: small script to show how to to query
the iPod for information.
* tests/Makefile.am: initialize <LIBS> with better default
* configure.ac: add dependency for libgobject
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1113 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index dff33d4..4b67317 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,11 +15,15 @@ libgpod_la_SOURCES = \ db-image-parser.c \ db-image-parser.h \ db-artwork-writer.c \ - ithumb-writer.c + ithumb-writer.c \ + ipod-device.c \ + ipod-device.h \ + hal-common.c \ + hal-common.h -libgpod_la_headers = itdb.h -libgpod_la_noinst_headers = itdb_private.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 |
