view Plugins/Output/esd/Makefile.am @ 67:6ec316768348 trunk

[svn] Added -I$(top_srcdir)/Plugins to INCLUDES to fix the compile errors because Output/OSS/soundcard.h was not found
author msameer
date Sat, 29 Oct 2005 09:16:31 -0700
parents fa848bd484d8
children fb9825a943e3
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) -I$(top_srcdir)/Plugins
libesdout_la_LDFLAGS = $(PLUGIN_LDFLAGS)
libesdout_la_LIBADD = $(GTK_LIBS) $(ESD_LIBS)

libesdout_la_SOURCES= $(esdsources)