blob: c48ccc5f8ea2e544d455933cd29285d0a5bbe338 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
SUBDIRS =
INCLUDES = $(all_includes) $(MP4V2_INCLUDES) $(TAGLIB_CFLAGS)
METASOURCES = AUTO
libtagmp4_la_LDFLAGS = $(all_libraries) $(MP4V2_LIBS)
noinst_LTLIBRARIES = libtagmp4.la
libtagmp4_la_SOURCES = \
mp4properties.cpp \
mp4tag.cpp \
mp4file.cpp \
taglib_mp4filetyperesolver.cpp
noinst_HEADERS = \
mp4properties.h \
mp4tag.h \
mp4file.h \
taglib_mp4filetyperesolver.h
|