You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soundkonverter/src/metadata/mp4/Makefile.am

19 lines
563 B

SUBDIRS =
INCLUDES = $(all_includes) $(MP4V2_INCLUDES) $(taglib_includes)
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