diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2022-08-27 14:15:03 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2022-08-28 09:42:49 +0200 |
| commit | 1d58dd5c6137286d54223f490b48529512f97d32 (patch) | |
| tree | 0fe164c306195f7faa60bf8585fdace47f664103 /libk3b/plugin/libsamplerate/Makefile.am | |
| parent | 332f9433a4bf23af7c7da10507f65e14cb250de2 (diff) | |
| download | k3b-1d58dd5c.tar.gz k3b-1d58dd5c.zip | |
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2)
Diffstat (limited to 'libk3b/plugin/libsamplerate/Makefile.am')
| -rw-r--r-- | libk3b/plugin/libsamplerate/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libk3b/plugin/libsamplerate/Makefile.am b/libk3b/plugin/libsamplerate/Makefile.am deleted file mode 100644 index 3154ce2..0000000 --- a/libk3b/plugin/libsamplerate/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -# This file was automatically generated from the Makefile.am -# DO NOT EDIT! - -noinst_LTLIBRARIES = libsamplerate.la -#include_HEADERS = samplerate.h - -EXTRA_DIST = config.h.in Version_script.in - -COEFF_HDRS = high_qual_coeffs.h mid_qual_coeffs.h fastest_coeffs.h - -noinst_HEADERS = common.h float_cast.h $(COEFF_HDRS) - -SRC_SOURCES = samplerate.c src_sinc.c src_zoh.c src_linear.c - -libsamplerate_la_SOURCES = $(SRC_SOURCES) -#libsamplerate_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ -libsamplerate_la_LIBADD = -lm - -# Disable autoheader. -#AUTOHEADER=echo |
