From 8e792b543213d58beac8e230d914881b740e1884 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Sun, 19 Mar 2000 14:43:52 +0000 Subject: [PATCH] added missing object file for vidxanm to unix makefile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/mmedia/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/mmedia/Makefile.in b/contrib/src/mmedia/Makefile.in index 85d71e480c..7eaca8e349 100644 --- a/contrib/src/mmedia/Makefile.in +++ b/contrib/src/mmedia/Makefile.in @@ -12,7 +12,7 @@ LIBVERSION_AGE=0 OBJECTS=cdbase.o cdwin.o g711.o g721.o g723_24.o \ g723_40.o g72x.o sndaiff.o sndbase.o sndcodec.o \ sndcpcm.o sndfile.o sndg72x.o sndpcm.o sndulaw.o \ - sndwav.o sndwin.o vidbase.o vidwin.o sndoss.o sndesd.o + sndwav.o sndwin.o vidbase.o vidwin.o vidxanm.o sndoss.o sndesd.o # the comment at the end of the next line is needed because otherwise autoconf # would remove this line completely - it contains a built-in hack to remove -- 2.45.2