mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
9 lines
200 B
Makefile
9 lines
200 B
Makefile
DEFAULT_INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src \
|
|
-I$(top_srcdir)/src/common
|
|
|
|
noinst_LIBRARIES = libaviclasses.a
|
|
|
|
libaviclasses_a_SOURCES = AVIReadHandler.cpp \
|
|
AVIIndex.cpp \
|
|
list.cpp
|