diff options
author | Michele Calgaro <[email protected]> | 2023-10-30 22:58:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-10-30 23:03:14 +0900 |
commit | d328d200f36b78d13750d89093c32cc3862aaeae (patch) | |
tree | ac839efef74302749b633f2e703e3cfb31d2f84e /libdvdnav | |
parent | 94ab2d14f0be40ab56c74fc0c65cecc6986d6d14 (diff) | |
download | k9copy-d328d200f36b78d13750d89093c32cc3862aaeae.tar.gz k9copy-d328d200f36b78d13750d89093c32cc3862aaeae.zip |
Drop autotools support
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'libdvdnav')
-rw-r--r-- | libdvdnav/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libdvdnav/Makefile.am b/libdvdnav/Makefile.am deleted file mode 100644 index fc96611..0000000 --- a/libdvdnav/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ - -METASOURCES = AUTO - -noinst_LTLIBRARIES = libk9dvdnav.la -libk9dvdnav_la_SOURCES = decoder.c decoder.h dvdnav.c dvdnav_events.h dvdnav.h \ - dvdnav_internal.h highlight.c navigation.c read_cache.c read_cache.h remap.c remap.h \ - searching.c settings.c vm.c vmcmd.c vmcmd.h vm.h compat.h dvd_types.h - - -noinst_HEADERS = common.h dvdread.h - - - -INCLUDES = |