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-17 00:12:53 +0900 |
| commit | 9389522afdb17c2baedd0d0205a8ac011d15ab40 (patch) | |
| tree | a2c4fe86136827ea9198efa4fc606e71fc0a266d /src/pluginloader | |
| parent | c8120890a886fc0822f1e974d900540ed533b9bb (diff) | |
| download | soundkonverter-9389522a.tar.gz soundkonverter-9389522a.zip | |
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a4f0c5f93f08c9c49532742db49fcd74c90933a0)
Diffstat (limited to 'src/pluginloader')
| -rwxr-xr-x | src/pluginloader/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/pluginloader/Makefile.am b/src/pluginloader/Makefile.am deleted file mode 100755 index 64ca193..0000000 --- a/src/pluginloader/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src/metadata $(all_includes) -I$(top_srcdir)/src/ -METASOURCES = AUTO -noinst_HEADERS = pluginloaderbase.h convertpluginloader.h \ - replaygainpluginloader.h formatinfoloader.h ripperpluginloader.h - -noinst_LTLIBRARIES = libpluginloader.la -libpluginloader_la_SOURCES = pluginloaderbase.cpp \ - convertpluginloader.cpp replaygainpluginloader.cpp formatinfoloader.cpp \ - ripperpluginloader.cpp |
