freeswitch / spandsp

SpanDSP is a low-level signal processing library that modulates and demodulates signals commonly used in telephony, such as the "noise" generated by a fax modem or DTMF touchpad.
Other
157 stars 123 forks source link

make dist fails #83

Open ghenry opened 2 months ago

ghenry commented 2 months ago

To fix:

sentrypeer:~/src/spandsp$ git diff
diff --git a/src/Makefile.am b/src/Makefile.am
index f5c7cc9..f46e575 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -42,7 +42,6 @@ MAINTAINERCLEANFILES = ${DISTCLEANFILES}

 EXTRA_DIST = floating_fudge.h \
              filter_tools.c \
-             libspandsp.2012.vcxproj \
              make_at_dictionary.c \
              make_cielab_luts.c \
              make_math_fixed_tables.c \

diff --git a/tests/Makefile.am b/tests/Makefile.am
index b0a0037..92cc3b6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -27,35 +27,7 @@ EXTRA_DIST = fax_tests.sh \
              regression_tests.sh \
              tsb85_extra_tests.sh \
              tsb85_tests.sh \
-             v42bis_tests.sh \
-             msvc/complex_tests.2012.vcxproj \
-             msvc/complex_tests.2012.vcxproj.filters \
-             msvc/complex_vector_float_tests.2012.vcxproj \
-             msvc/complex_vector_float_tests.2012.vcxproj.filters \
-             msvc/complex_vector_int_tests.2012.vcxproj \
-             msvc/complex_vector_int_tests.2012.vcxproj.filters \
-             msvc/dtmf_rx_tests.2012.vcxproj \
-             msvc/dtmf_rx_tests.2012.vcxproj.filters \
-             msvc/dtmf_tx_tests.2012.vcxproj \
-             msvc/dtmf_tx_tests.2012.vcxproj.filters \
-             msvc/queue_tests.2012.vcxproj \
-             msvc/queue_tests.2012.vcxproj.filters \
-             msvc/t38_core_tests.2012.vcxproj \
-             msvc/t38_core_tests.2012.vcxproj.filters \
-             msvc/t38_non_ecm_buffer_tests.2012.vcxproj \
-             msvc/t38_non_ecm_buffer_tests.2012.vcxproj.filters \
-             msvc/v22bis_tests.2012.vcxproj \
-             msvc/v22bis_tests.2012.vcxproj.filters \
-             msvc/v29_tests.2012.vcxproj \
-             msvc/v29_tests.2012.vcxproj.filters \
-             msvc/v8_tests.2012.vcxproj \
-             msvc/v8_tests.2012.vcxproj.filters \
-             msvc/v80_tests.2012.vcxproj \
-             msvc/v80_tests.2012.vcxproj.filters \
-             msvc/vector_float_tests.2012.vcxproj \
-             msvc/vector_float_tests.2012.vcxproj.filters \
-             msvc/vector_int_tests.2012.vcxproj \
-             msvc/vector_int_tests.2012.vcxproj.filters
+             v42bis_tests.sh

 MAINTAINERCLEANFILES = Makefile.in

diff --git a/tools/Makefile.am b/tools/Makefile.am
index 91cd73b..fbd231a 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -16,8 +16,7 @@
 ## License along with this program; if not, write to the Free Software
 ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

-EXTRA_DIST = ae.c \
-             meteor-engine.c \
+EXTRA_DIST = meteor-engine.c \
              ae.h \
              meteor-engine.h
ghenry commented 2 months ago

PR welcome?