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.
amarok/amarok/src/metadata/trueaudio/Makefile.am

17 lines
492 B

SUBDIRS =
INCLUDES = $(all_includes) $(TAGLIB_CFLAGS)
METASOURCES = AUTO
libtagtrueaudio_la_LDFLAGS = $(all_libraries)
noinst_LTLIBRARIES = libtagtrueaudio.la
libtagtrueaudio_la_SOURCES = \
ttafile.cpp \
ttaproperties.cpp \
taglib_trueaudiofiletyperesolver.cpp
noinst_HEADERS = ttafile.h \
ttaproperties.h \
taglib_trueaudiofiletyperesolver.h