Makefile.am: fix "undefined reference" linker error
This commit is contained in:
parent
5834843b8a
commit
36704c5e18
|
@ -1876,6 +1876,7 @@ test_run_convert_SOURCES = test/run_convert.cxx \
|
|||
src/AudioParser.cxx
|
||||
test_run_convert_LDADD = \
|
||||
$(PCM_LIBS) \
|
||||
libconf.a \
|
||||
libutil.a \
|
||||
$(GLIB_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue