Mercurial > audlegacy-plugins
diff src/icecast/Makefile @ 2767:fa4b58a08f4c
started icecast plugin (derived from filewriter)
| author | Andrew O. Shadoura <bugzilla@tut.by> |
|---|---|
| date | Mon, 09 Jun 2008 19:48:19 +0300 |
| parents | |
| children | 9bc47b31404a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/icecast/Makefile Mon Jun 09 19:48:19 2008 +0300 @@ -0,0 +1,14 @@ +PLUGIN = icecast${PLUGIN_SUFFIX} + +SRCS = icecast.c \ + ../filewriter/mp3.o \ + ../filewriter/vorbis.o + +include ../../buildsys.mk +include ../../extra.mk + +plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} + +CFLAGS += ${PLUGIN_CFLAGS} +CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GLIB_CFLAGS} ${GTK_CFLAGS} ${PANGO_CFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${FILEWRITER_CFLAGS} ${OGG_VORBIS_CFLAGS} -I../../intl -I../.. +LIBS += ${GTK_LIBS} ${FILEWRITER_LIBS}
