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

18 lines
573 B

SUBDIRS =
INCLUDES = -I$(top_srcdir)/amarok/src $(all_includes) $(TAGLIB_CFLAGS)
METASOURCES = AUTO
libtagaudible_la_LDFLAGS = $(all_libraries)
noinst_LTLIBRARIES = libtagaudible.la
libtagaudible_la_SOURCES = audibleproperties.cpp \
audibletag.cpp \
taglib_audiblefile.cpp \
taglib_audiblefiletyperesolver.cpp
noinst_HEADERS = audibleproperties.h \
audibletag.h \
taglib_audiblefile.h \
taglib_audiblefiletyperesolver.h