Mercurial > audlegacy
view Output/esd/Makefile.am @ 26:e885e070056c trunk
[svn] tonegen should work now, thanks to MSameer.
author | nenolod |
---|---|
date | Tue, 25 Oct 2005 21:10:38 -0700 |
parents | cb178e5ad177 |
children |
line wrap: on
line source
if HAVE_ESD esdltlibs = libesdout.la esdsources = esd.c esdout.h \ mixer.c \ about.c \ configure.c \ audio.c \ init.c else esdltlibs = esdsources = endif EXTRA_DIST = esd.c esdout.h mixer.c about.c configure.c audio.c init.c libdir = $(plugindir)/$(OUTPUT_PLUGIN_DIR) lib_LTLIBRARIES = $(esdltlibs) INCLUDES = $(GTK_CFLAGS) $(ESD_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) libesdout_la_LDFLAGS = $(PLUGIN_LDFLAGS) libesdout_la_LIBADD = $(GTK_LIBS) $(ESD_LIBS) libesdout_la_SOURCES= $(esdsources)