src/test/Makefile.am: Fix some typos of sources .x -> .c

This commit is contained in:
Harald Welte 2022-05-01 12:46:47 +02:00
parent fd5ac46b86
commit b18ac21691
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ test_sendevolumenregler_LDADD = \
$(top_builddir)/src/libsendevolumenregler/libsendevolumenregler.a \
-lm
test_compandor_SOURCES = dummy.x test_compandor.c
test_compandor_SOURCES = dummy.c test_compandor.c
test_compandor_LDADD = \
$(COMMON_LA) \
@ -46,7 +46,7 @@ test_emphasis_LDADD = \
$(top_builddir)/src/liboptions/liboptions.a \
-lm
test_dtmf_SOURCES = dummy.x test_dtmf.c
test_dtmf_SOURCES = dummy.c test_dtmf.c
test_dtmf_LDADD = \
$(COMMON_LA) \