diff options
author | Timothy Pearson <[email protected]> | 2013-12-24 16:27:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-12-24 16:27:35 -0600 |
commit | b21d0b9415f69d5306a9106fdf4562114cc37df6 (patch) | |
tree | 5237afd714c996179cb73c2c9452243e2615cc0f /dvdread/Makefile.am | |
parent | 2fd0830c705f839c25377644ce188c9fdfefae55 (diff) | |
download | k9copy-b21d0b9415f69d5306a9106fdf4562114cc37df6.tar.gz k9copy-b21d0b9415f69d5306a9106fdf4562114cc37df6.zip |
Finish removing internal libdvdread copy
This completes the task started in GIT hash 71c6fa
Diffstat (limited to 'dvdread/Makefile.am')
-rw-r--r-- | dvdread/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dvdread/Makefile.am b/dvdread/Makefile.am deleted file mode 100644 index 5c9fddf..0000000 --- a/dvdread/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ - -METASOURCES = AUTO -noinst_LTLIBRARIES = libdvdread.la -libdvdread_la_LDFLAGS = $(all_libraries) -libdvdread_la_SOURCES = dvd_input.c dvd_reader.c dvd_udf.c ifo_read.c md5.c \ - nav_read.c -noinst_HEADERS = bswap.h dvd_input.h dvd_reader.h dvd_udf.h dvdread_internal.h \ - ifo_read.h ifo_types.h md5.h nav_read.h nav_types.h |