| CODENOTIFIER | HelpYou are not signed inSign in |
Project: OGG Vorbis
Revision: 14833
Author: erikd
Date: 03 May 2008 20:47:00
Changes:Fix linking to libogg when cross compiling from Linux to Win32.
Files:| ... | ...@@ -20,11 +20,11 @@ | |
| 20 | 20 | |
| 21 | 21 | libvorbisfile_la_SOURCES = vorbisfile.c |
| 22 | 22 | libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@ |
| 23 | libvorbisfile_la_LIBADD = libvorbis.la | |
| 23 | libvorbisfile_la_LIBADD = @OGG_LIBS@ libvorbis.la | |
| 24 | 24 | |
| 25 | 25 | libvorbisenc_la_SOURCES = vorbisenc.c |
| 26 | 26 | libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@ |
| 27 | libvorbisenc_la_LIBADD = libvorbis.la | |
| 27 | libvorbisenc_la_LIBADD = @OGG_LIBS@ libvorbis.la | |
| 28 | 28 | |
| 29 | 29 | EXTRA_PROGRAMS = barkmel tone psytune |
| 30 | 30 | CLEANFILES = $(EXTRA_PROGRAMS) |