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
|
src/AudioParser.cxx
|
||||||
test_run_convert_LDADD = \
|
test_run_convert_LDADD = \
|
||||||
$(PCM_LIBS) \
|
$(PCM_LIBS) \
|
||||||
|
libconf.a \
|
||||||
libutil.a \
|
libutil.a \
|
||||||
$(GLIB_LIBS)
|
$(GLIB_LIBS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue