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