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

17 lines
482 B

SUBDIRS =
INCLUDES = $(all_includes) $(taglib_includes)
METASOURCES = AUTO
libtagspeex_la_LDFLAGS = $(all_libraries)
noinst_LTLIBRARIES = libtagspeex.la
libtagspeex_la_SOURCES = \
speexfile.cpp \
speexproperties.cpp \
taglib_speexfiletyperesolver.cpp
noinst_HEADERS = speexfile.h \
speexproperties.h \
taglib_speexfiletyperesolver.h