blob: 4af5610ebb62e11315562a1c830243abb2a265be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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 = -I/usr/include/dvdread
|