Mercurial > audlegacy-plugins
diff src/flac/libflac/Makefile @ 726:d24c2d0fb60c trunk
[svn] - depend on $(OGG_VORBIS_*) for debian's sake
author | nenolod |
---|---|
date | Sun, 25 Feb 2007 03:35:59 -0800 |
parents | d91c6ab8e774 |
children | f19e6748d8eb |
line wrap: on
line diff
--- a/src/flac/libflac/Makefile Sat Feb 24 20:27:03 2007 -0800 +++ b/src/flac/libflac/Makefile Sun Feb 25 03:35:59 2007 -0800 @@ -28,7 +28,7 @@ OBJECTS = ${SOURCES:.c=.o} -CFLAGS += $(PICFLAGS) -I. -IFLAC +CFLAGS += $(PICFLAGS) -I. -IFLAC $(OGG_VORBIS_CFLAGS) libaudflac.a: ${OBJECTS} ${AR} cq $@ ${OBJECTS}