Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make dist fails #83

Open
ghenry opened this issue Sep 14, 2024 · 1 comment
Open

make dist fails #83

ghenry opened this issue Sep 14, 2024 · 1 comment

Comments

@ghenry
Copy link

ghenry commented Sep 14, 2024

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
Copy link
Author

ghenry commented Sep 14, 2024

PR welcome?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant