From: Ron Lee Date: Sun, 19 Mar 2000 14:43:52 +0000 (+0000) Subject: added missing object file for vidxanm to unix makefile X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8e792b543213d58beac8e230d914881b740e1884 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 --- 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