diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-16 17:46:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-16 17:46:24 +0900 |
commit | a4f0c5f93f08c9c49532742db49fcd74c90933a0 (patch) | |
tree | 2c6d861af339516e904483467999ee10ceb19084 /src/metadata/asf | |
parent | e85fcc323cfb6fce27913544efebfab6d3d9bdc3 (diff) | |
download | soundkonverter-a4f0c5f93f08c9c49532742db49fcd74c90933a0.tar.gz soundkonverter-a4f0c5f93f08c9c49532742db49fcd74c90933a0.zip |
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/metadata/asf')
-rw-r--r-- | src/metadata/asf/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/metadata/asf/Makefile.am b/src/metadata/asf/Makefile.am deleted file mode 100644 index 63fa0e1..0000000 --- a/src/metadata/asf/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -SUBDIRS = - -INCLUDES = $(all_includes) $(taglib_includes) -METASOURCES = AUTO -libtagasf_la_LDFLAGS = $(all_libraries) -noinst_LTLIBRARIES = libtagasf.la - -libtagasf_la_SOURCES = \ - asfattribute.cpp \ - asfproperties.cpp \ - asftag.cpp \ - asffile.cpp \ - taglib_asffiletyperesolver.cpp - -noinst_HEADERS = \ - asfattribute.h \ - asfproperties.h \ - asftag.h \ - asffile.h \ - taglib_asffiletyperesolver.h |