Mercurial > audlegacy-plugins
diff src/icecast/Makefile @ 2778:28d9a2148cad
fixed plugins build order: filewriter needs to be built before icecast
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Fri, 13 Jun 2008 07:22:59 +0300 |
parents | 9bc47b31404a |
children | 9d06c6456f98 |
line wrap: on
line diff
--- a/src/icecast/Makefile Fri Jun 13 06:19:07 2008 +0300 +++ b/src/icecast/Makefile Fri Jun 13 07:22:59 2008 +0300 @@ -1,7 +1,7 @@ PLUGIN = icecast${PLUGIN_SUFFIX} -SRCS = icecast.c \ - ../filewriter/mp3.o \ +SRCS = icecast.c \ + ../filewriter/mp3.o \ ../filewriter/vorbis.o include ../../buildsys.mk