src/test/Makefile.am: Fix some typos of sources .x -> .c
parent
fd5ac46b86
commit
b18ac21691
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue