diff options
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 |
