diff options
| author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-04-29 15:58:27 +0000 |
|---|---|---|
| committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-04-29 15:58:27 +0000 |
| commit | 12018188e9317c2092a3e12db8672b25b1e4bbad (patch) | |
| tree | b8767c519dacf4b3ed86688070cb56dfd6923c7d /src/input/libdvdnav/Makefile.am | |
| parent | a23c0fad73df02e6419a01a1c07923876c3e8436 (diff) | |
| download | xine-lib-12018188e9317c2092a3e12db8672b25b1e4bbad.tar.gz xine-lib-12018188e9317c2092a3e12db8672b25b1e4bbad.tar.bz2 | |
Update from the libdvdnav project.
CVS patchset: 4708
CVS date: 2003/04/29 15:58:27
Diffstat (limited to 'src/input/libdvdnav/Makefile.am')
| -rw-r--r-- | src/input/libdvdnav/Makefile.am | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/src/input/libdvdnav/Makefile.am b/src/input/libdvdnav/Makefile.am index bcf32eebe..e66c04782 100644 --- a/src/input/libdvdnav/Makefile.am +++ b/src/input/libdvdnav/Makefile.am @@ -16,7 +16,15 @@ libdvdnav_la_SOURCES = \ searching.c \ settings.c \ vm.c \ - vmcmd.c + vmcmd.c \ + ifo_print.c \ + ifo_read.c \ + md5.c \ + nav_print.c \ + nav_read.c \ + dvd_reader.c \ + dvd_input.c \ + dvd_udf.c libdvdnav_la_LDFLAGS = $(THREAD_LIBS) -avoid-version -module @@ -29,7 +37,18 @@ noinst_HEADERS = \ vm.h \ vmcmd.h \ read_cache.h \ - dvd_types.h + dvd_types.h \ + ifo_print.h \ + ifo_read.h \ + ifo_types.h \ + md5.h \ + nav_print.h \ + nav_read.h \ + nav_types.h \ + dvd_reader.h \ + dvd_input.h \ + dvd_udf.h \ + bswap.h debug: @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(DVD_CFLAGS)" |
