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

16 lines
408 B

SUBDIRS =
INCLUDES = $(all_includes) $(TAGLIB_CFLAGS)
METASOURCES = AUTO
libtagwav_la_LDFLAGS = $(all_libraries)
noinst_LTLIBRARIES = libtagwav.la
libtagwav_la_SOURCES = wavproperties.cpp \
wavfile.cpp \
wavfiletyperesolver.cpp
noinst_HEADERS = wavproperties.h \
wavfile.h \
wavfiletyperesolver.h