From 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Aug 2022 14:15:03 +0200 Subject: Drop automake build support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- plugins/decoder/wave/Makefile.am | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 plugins/decoder/wave/Makefile.am (limited to 'plugins/decoder/wave') diff --git a/plugins/decoder/wave/Makefile.am b/plugins/decoder/wave/Makefile.am deleted file mode 100644 index 61aa8d6..0000000 --- a/plugins/decoder/wave/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -AM_CPPFLAGS = -I$(srcdir)/../../../libk3b/plugin -I$(srcdir)/../../../libk3b/core -I$(srcdir)/../../../libk3bdevice $(all_includes) - -kde_module_LTLIBRARIES = libk3bwavedecoder.la - -libk3bwavedecoder_la_SOURCES = k3bwavedecoder.cpp - -libk3bwavedecoder_la_LIBADD = $(LIB_TDECORE) $(LIB_TQT) ../../../libk3b/libk3b.la ../../../libk3bdevice/libk3bdevice.la -libk3bwavedecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) - -pluginsdir = $(kde_datadir)/k3b/plugins -plugins_DATA = k3bwavedecoder.plugin - -METASOURCES = AUTO -- cgit v1.2.1