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

17 lines
482 B

SUBDIRS =
INCLUDES = $(all_includes) $(TAGLIB_CFLAGS)
METASOURCES = AUTO
libtagwavpack_la_LDFLAGS = $(all_libraries)
noinst_LTLIBRARIES = libtagwavpack.la
libtagwavpack_la_SOURCES = \
wvfile.cpp \
wvproperties.cpp \
taglib_wavpactdefiletyperesolver.cpp
noinst_HEADERS = wvfile.h \
wvproperties.h \
taglib_wavpactdefiletyperesolver.h