summaryrefslogtreecommitdiffstats
path: root/src/metadata/audible
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-16 17:46:24 +0900
committerMichele Calgaro <[email protected]>2024-05-16 17:46:24 +0900
commita4f0c5f93f08c9c49532742db49fcd74c90933a0 (patch)
tree2c6d861af339516e904483467999ee10ceb19084 /src/metadata/audible
parente85fcc323cfb6fce27913544efebfab6d3d9bdc3 (diff)
downloadsoundkonverter-a4f0c5f93f08c9c49532742db49fcd74c90933a0.tar.gz
soundkonverter-a4f0c5f93f08c9c49532742db49fcd74c90933a0.zip
Drop autotools support
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/metadata/audible')
-rw-r--r--src/metadata/audible/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/metadata/audible/Makefile.am b/src/metadata/audible/Makefile.am
deleted file mode 100644
index dcade34..0000000
--- a/src/metadata/audible/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-SUBDIRS =
-
-INCLUDES = $(all_includes) $(taglib_includes)
-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
-