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/asf/Makefile.am

21 lines
607 B

SUBDIRS =
INCLUDES = $(all_includes) $(TAGLIB_CFLAGS)
METASOURCES = AUTO
libtagasf_la_LDFLAGS = $(all_libraries)
noinst_LTLIBRARIES = libtagasf.la
libtagasf_la_SOURCES = \
asfattribute.cpp \
asfproperties.cpp \
asftag.cpp \
asffile.cpp \
taglib_asffiletyperesolver.cpp
noinst_HEADERS = \
asfattribute.h \
asfproperties.h \
asftag.h \
asffile.h \
taglib_asffiletyperesolver.h