mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
8 lines
188 B
Makefile
8 lines
188 B
Makefile
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
|