Mercurial > audlegacy
changeset 669:fb0b76f1c919 trunk
[svn] This came with it. No extra charge.
author | chainsaw |
---|---|
date | Thu, 23 Feb 2006 17:04:36 -0800 |
parents | 5f46230a24f8 |
children | c72fde5918ae |
files | Plugins/Output/esd/Makefile.in |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/Output/esd/Makefile.in Thu Feb 23 17:04:36 2006 -0800 @@ -0,0 +1,16 @@ +include ../../../mk/rules.mk +include ../../../mk/objective.mk + +OBJECTIVE_LIBS = libESD.so + +noinst_HEADERS = esdout.h + +LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) + +LIBADD = $(GTK_LIBS) $(ESD_LIBS) -lpthread +SOURCES = esd.c mixer.c about.c configure.c audio.c init.c + +OBJECTS = ${SOURCES:.c=.o} + +CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(ESD_CFLAGS) \ + -I../../../intl -I../../.. -I..