summaryrefslogtreecommitdiffstats
path: root/src/pluginloader
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-17 00:12:53 +0900
commit9389522afdb17c2baedd0d0205a8ac011d15ab40 (patch)
treea2c4fe86136827ea9198efa4fc606e71fc0a266d /src/pluginloader
parentc8120890a886fc0822f1e974d900540ed533b9bb (diff)
downloadsoundkonverter-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-xsrc/pluginloader/Makefile.am9
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